svn commit: r419811 - head/audio/xmms-ahx

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 09:47:19 UTC 2016


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>


More information about the svn-ports-head mailing list