diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-04 18:48:54 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-04 18:48:54 +0000 |
commit | 2ffbea1568d45e1a758e9289b4aef24e3e55dc9c (patch) | |
tree | c4c367dfcd82a25612586cf0c27d76e98895b337 /audio/xmms-ahx/Makefile | |
parent | 98f62693ce7f8a9b0a5d9113413257c8c21cf1e7 (diff) |
Notes
Diffstat (limited to 'audio/xmms-ahx/Makefile')
-rw-r--r-- | audio/xmms-ahx/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/xmms-ahx/Makefile b/audio/xmms-ahx/Makefile index 67b07757712a..ca8eaf58ee80 100644 --- a/audio/xmms-ahx/Makefile +++ b/audio/xmms-ahx/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmms-ahx PORTVERSION= 0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.tar.gz @@ -15,17 +15,13 @@ LICENSE= GPLv2 BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -PLIST_FILES= lib/xmms/Input/libahx.la \ - lib/xmms/Input/libahx.so +PLIST_FILES= lib/xmms/Input/libahx.so GNU_CONFIGURE= yes -USES= gmake +USES= gmake libtool USE_GNOME= gtk12 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -post-patch: - @${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure - .include <bsd.port.mk> |