Changeset 79668
- Timestamp:
- 06/22/11 18:34:15 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/libnotify/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/libnotify/Portfile
r79664 r79668 37 37 # For now, let's block this port on Lion while we investigate our options. 38 38 ui_error "This port causes problems on Lion, so it will not be installed." 39 error "libnotify is not supported on Lion."39 return -code error "libnotify is not supported on Lion." 40 40 } 41 41 … … 47 47 # For now, let's block this port on Lion while we investigate our options. 48 48 ui_error "This port causes problems on Lion, so it will not be installed." 49 error "libnotify is not supported on Lion."49 return -code error "libnotify is not supported on Lion." 50 50 } 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.

