diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 17:47:18 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 17:47:18 +0800 |
commit | 493bf3b71bbbed790e821fbc23e813552da467bb (patch) | |
tree | 8bd69fedb638baeed60cbabcd17e1c6617ca3a27 /audio/xmms-ahx | |
parent | 95de380167feb30057830ebd32d84c9cc3253a25 (diff) | |
download | freebsd-ports-gnome-493bf3b71bbbed790e821fbc23e813552da467bb.tar.gz freebsd-ports-gnome-493bf3b71bbbed790e821fbc23e813552da467bb.tar.zst freebsd-ports-gnome-493bf3b71bbbed790e821fbc23e813552da467bb.zip |
- Strip binaries
- Register USE_XORG uses
Diffstat (limited to 'audio/xmms-ahx')
-rw-r--r-- | audio/xmms-ahx/Makefile | 7 |
1 files 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 <bsd.port.mk> |