From a87d6675250e56455dd4ba28d109365ae2e62ffe Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 22 Apr 2014 15:53:52 +0000 Subject: [PATCH] USES=libtool strip binaries --- audio/zinf/Makefile | 5 +++-- 1 file 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