diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-22 23:53:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-22 23:53:52 +0800 |
commit | c9a7ba194d7faae96524dbb72180c339b9151cc5 (patch) | |
tree | f28d46022dc12b1367f8f24a1febe2756a23f6ab /audio | |
parent | d373308015cbb5195261ae1d2a9ae778776cc3a3 (diff) | |
download | freebsd-ports-gnome-c9a7ba194d7faae96524dbb72180c339b9151cc5.tar.gz freebsd-ports-gnome-c9a7ba194d7faae96524dbb72180c339b9151cc5.tar.zst freebsd-ports-gnome-c9a7ba194d7faae96524dbb72180c339b9151cc5.zip |
USES=libtool
strip binaries
Diffstat (limited to 'audio')
-rw-r--r-- | audio/zinf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index 076ed20487f6..fb366c62e86d 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -13,8 +13,8 @@ COMMENT= GTK-based MP3 player LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \ libgdbm.so:${PORTSDIR}/databases/gdbm -USES= pathfix pkgconfig gettext gmake perl5 -USE_GNOME= gtk20 lthack +USES= pathfix libtool pkgconfig gettext gmake perl5 +USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 \ --disable-arts @@ -28,6 +28,7 @@ OPTIONS_SUB= yes ESOUND_CONFIGURE_OFF= --disable-esd ESOUND_USE= GNOME=esound +INSTALL_TARGET= install-strip VORBIS_CONFIGURE_OFF= --disable-vorbis VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis |