diff options
Diffstat (limited to 'audio/xmms-arts/Makefile')
-rw-r--r-- | audio/xmms-arts/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/xmms-arts/Makefile b/audio/xmms-arts/Makefile index 5ccddd9bd5d8..4d605602bfbc 100644 --- a/audio/xmms-arts/Makefile +++ b/audio/xmms-arts/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-arts PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://stukach.com/hosted/m.i.a/xmmsarts/ DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION} @@ -21,16 +21,10 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gtk12 -GNU_CONFIGURE= yes +USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${X11BASE}/include" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-install: - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ - <${FILESDIR}/pkg-message.in >${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |