Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 15:53:52 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351856 - head/audio/zinf
Message-ID:  <201404221553.s3MFrqB5003056@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404221553.s3MFrqB5003056>