Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 09:47:18 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419811 - head/audio/xmms-ahx
Message-ID:  <201608080947.u789lIco001196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Aug  8 09:47:18 2016
New Revision: 419811
URL: https://svnweb.freebsd.org/changeset/ports/419811

Log:
  - Strip binaries
  - Register USE_XORG uses

Modified:
  head/audio/xmms-ahx/Makefile

Modified: head/audio/xmms-ahx/Makefile
==============================================================================
--- head/audio/xmms-ahx/Makefile	Mon Aug  8 09:42:51 2016	(r419810)
+++ head/audio/xmms-ahx/Makefile	Mon Aug  8 09:47:18 2016	(r419811)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmms-ahx
 PORTVERSION=	0.6
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.tar.gz
 
@@ -18,10 +18,13 @@ RUN_DEPENDS=	xmms:multimedia/xmms
 PLIST_FILES=	lib/xmms/Input/libahx.so
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool
+USES=		gmake libtool gettext-runtime
+USE_XORG=	xi xext x11
 USE_GNOME=	gtk12
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+INSTALL_TARGET=	install-strip
+
 .include <bsd.port.mk>



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