Date: Mon, 8 Aug 2016 11:31:02 +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: r419821 - head/audio/xmms-xymms Message-ID: <201608081131.u78BV2q8039396@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Aug 8 11:31:02 2016 New Revision: 419821 URL: https://svnweb.freebsd.org/changeset/ports/419821 Log: - Register gettext-runtime USES - Register x11, xext, xi with USE_XORG - Strip library Modified: head/audio/xmms-xymms/Makefile Modified: head/audio/xmms-xymms/Makefile ============================================================================== --- head/audio/xmms-xymms/Makefile Mon Aug 8 11:25:44 2016 (r419820) +++ head/audio/xmms-xymms/Makefile Mon Aug 8 11:31:02 2016 (r419821) @@ -3,7 +3,7 @@ PORTNAME= xymms DISTVERSION= 0.9.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF PKGNAMEPREFIX= xmms- @@ -14,8 +14,9 @@ COMMENT= Sega Genesis GYM plugin for XMM LIB_DEPENDS= libxmms.so:multimedia/xmms GNU_CONFIGURE= yes -USES= libtool +USES= gettext-runtime libtool USE_GNOME= gtk12 +USE_XORG= x11 xext xi USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-static @@ -25,5 +26,6 @@ PLIST_FILES= lib/xmms/Input/libxymms.so post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/sample.gym ${STAGEDIR}${EXAMPLESDIR} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xmms/Input/libxymms.so .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081131.u78BV2q8039396>