diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 09:47:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 09:47:11 +0000 |
commit | b41ebe474d9c5e06e9e8353af2159a5a4fe473bb (patch) | |
tree | fd2d50aa5a504b7a50a2dafa0d703548e9649dc0 /audio/gqmpeg | |
parent | 5a6c1d729a56c481fdec5a3fd78e851f16483cf0 (diff) |
Remove all options bringing gnome1 libraries
Notes
Notes:
svn path=/head/; revision=330378
Diffstat (limited to 'audio/gqmpeg')
-rw-r--r-- | audio/gqmpeg/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index e9f584861aa6..3522e23fbc2f 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -24,8 +24,8 @@ RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 USE_GNOME= gdkpixbuf NO_STAGE= yes USES= gettext -WANT_GNOME= yes USE_AUTOTOOLS= autoconf213 libtool +CONFIGURE_ENV+= USE_GNOME="" CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib -lintl @@ -34,13 +34,6 @@ MAN1= gqmpeg.1 .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomeprefix gnomelibs -CONFIGURE_ENV+= USE_GNOME="yes" -.else -CONFIGURE_ENV+= USE_GNOME="" -.endif - .if !defined(WITH_MPG321) pre-everything:: @${ECHO_MSG} |