Add a fogotten OPTIONS, and fix a portlint nit.

This commit is contained in:
Joe Marcus Clarke 2006-03-27 00:02:00 +00:00
parent c17d2084cc
commit 3633b416d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158228

View File

@ -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)