diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-05 16:54:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-05 16:54:53 +0800 |
commit | d598f182c9cea7c518923c6e46a12a9295d48d2d (patch) | |
tree | 15031755f325a5b5f475b0f8b3524bcf9da2994a /audio/goobox/Makefile | |
parent | bb311f0e645a76661274c7ebaea7c93969356506 (diff) | |
download | freebsd-ports-gnome-d598f182c9cea7c518923c6e46a12a9295d48d2d.tar.gz freebsd-ports-gnome-d598f182c9cea7c518923c6e46a12a9295d48d2d.tar.zst freebsd-ports-gnome-d598f182c9cea7c518923c6e46a12a9295d48d2d.zip |
Update to 0.9.90.
Diffstat (limited to 'audio/goobox/Makefile')
-rw-r--r-- | audio/goobox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index ed01563fe76b..e64c81a41125 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -6,8 +6,7 @@ # PORTNAME= goobox -PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTVERSION= 0.9.90 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -24,7 +23,8 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libglade2 libbonobo USE_GSTREAMER= cdparanoia USE_LIBTOOL_VER=15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +INSTALLS_OMF= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= goobox.schemas |