diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 19:25:44 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 19:25:44 +0800 |
commit | fd9f4b24441c217314352ec4654440c7e8fb9932 (patch) | |
tree | 0d5794ff0bec84c18b2e003676b25a1914084565 /audio | |
parent | 985e4f59637461bce8e1f663ada980aa6898e1f7 (diff) | |
download | freebsd-ports-gnome-fd9f4b24441c217314352ec4654440c7e8fb9932.tar.gz freebsd-ports-gnome-fd9f4b24441c217314352ec4654440c7e8fb9932.tar.zst freebsd-ports-gnome-fd9f4b24441c217314352ec4654440c7e8fb9932.zip |
- Strip library
- Pacify portlint
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-volnorm/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/xmms-volnorm/Makefile b/audio/xmms-volnorm/Makefile index 690130ddd830..9a58fad32f88 100644 --- a/audio/xmms-volnorm/Makefile +++ b/audio/xmms-volnorm/Makefile @@ -3,7 +3,7 @@ PORTNAME= volnorm PORTVERSION= 0.8.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF PKGNAMEPREFIX= xmms- @@ -13,10 +13,10 @@ COMMENT= Volume Normalizer plugin for XMMS LICENSE= GPLv2 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libxmms.so:multimedia/xmms +BROKEN_powerpc64= Does not build + USES= libtool USE_GNOME= gtk12 GNU_CONFIGURE= yes @@ -27,4 +27,7 @@ post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|tests||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^COMMON/s|-O2|@CFLAGS@|g' ${WRKSRC}/src/Makefile.in +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xmms/Effect/libnormvol.so + .include <bsd.port.mk> |