diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-16 19:50:24 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-16 19:50:24 +0000 |
commit | 943b8c97354b2ae76d80dbccdcb7e545826e59dd (patch) | |
tree | aa228fadeb5a371cd415bed201589a14919f648b /audio/libaudiofile/Makefile | |
parent | e004635807d3d6420f31ca7634ba8f86ca21a854 (diff) | |
download | FreeBSD-ports-943b8c97354b2ae76d80dbccdcb7e545826e59dd.zip FreeBSD-ports-943b8c97354b2ae76d80dbccdcb7e545826e59dd.tar.gz |
Remove a REINPLACE present in gnomehack.
Diffstat (limited to 'audio/libaudiofile/Makefile')
-rw-r--r-- | audio/libaudiofile/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index e5c36d0..4e19b43 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -19,13 +19,9 @@ COMMENT= A sound library for SGI audio file BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -USE_REINPLACE= yes +USE_GNOME= gnomehack INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -pre-patch: - @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' - .include <bsd.port.mk> |