From c8d41dea57bdb4395b43107a4ea6d76baa4fc7ef Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Mon, 8 Aug 2016 09:47:18 +0000 Subject: [PATCH] - Strip binaries - Register USE_XORG uses --- audio/xmms-ahx/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/audio/xmms-ahx/Makefile b/audio/xmms-ahx/Makefile index d59dd39bc105..6aede94ebf89 100644 --- a/audio/xmms-ahx/Makefile +++ b/audio/xmms-ahx/Makefile @@ -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