diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-27 00:02:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-27 00:02:00 +0000 |
commit | 3633b416d6a1350704d018f774f4cb54b7379625 (patch) | |
tree | ab6cb54fcd637322cdb9eb1f7e452fb154518786 /audio | |
parent | c17d2084ccfe213771d32ac3d8727c737ecf7a1f (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/goobox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 68691236e535..85fbfaa8fce8 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -25,13 +25,15 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libglade2 libbonobo \ gnomedocutils USE_GSTREAMER= cdparanoia gconf -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= goobox.schemas +OPTIONS= NOTIFY "Enable libnotify support" on + .include <bsd.port.pre.mk> .if !defined(WITHOUT_NOTIFY) |