svn commit: r351856 - head/audio/zinf
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 22 15:53:52 UTC 2014
Author: bapt
Date: Tue Apr 22 15:53:52 2014
New Revision: 351856
URL: http://svnweb.freebsd.org/changeset/ports/351856
QAT: https://qat.redports.org/buildarchive/r351856/
Log:
USES=libtool
strip binaries
Modified:
head/audio/zinf/Makefile
Modified: head/audio/zinf/Makefile
==============================================================================
--- head/audio/zinf/Makefile Tue Apr 22 15:50:11 2014 (r351855)
+++ head/audio/zinf/Makefile Tue Apr 22 15:53:52 2014 (r351856)
@@ -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
More information about the svn-ports-head
mailing list