diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 16:05:54 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 16:05:54 +0000 |
commit | c0178cd7afb26a269b9c6e57ec1ed310f6a63fb7 (patch) | |
tree | 12af32155bb8dfb9a0916048663157e1e6bcddc5 /audio/goobox | |
parent | 731fd5b898d0e44e3d16e88284a69800cb948639 (diff) | |
download | ports-c0178cd7afb26a269b9c6e57ec1ed310f6a63fb7.tar.gz ports-c0178cd7afb26a269b9c6e57ec1ed310f6a63fb7.zip |
Chase the slit of gconf to a seperate port.
Notes
Notes:
svn path=/head/; revision=131736
Diffstat (limited to 'audio/goobox')
-rw-r--r-- | audio/goobox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 0d9455ec1fb9..a0cecad1a733 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -7,7 +7,7 @@ PORTNAME= goobox PORTVERSION= 0.9.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libglade2 libbonobo -USE_GSTREAMER= cdparanoia +USE_GSTREAMER= cdparanoia gconf USE_LIBTOOL_VER=15 INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |