diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-20 10:48:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-20 10:48:57 +0000 |
commit | 1f1c0a01eed68efb1e6e8745e8ebd644504f0b4f (patch) | |
tree | b9eab5038d165eba7313c44657227e0a858351dc /audio/libsndfile | |
parent | 49617822c448b3ae35da821bfc6240b927cf941b (diff) | |
download | ports-1f1c0a01eed68efb1e6e8745e8ebd644504f0b4f.tar.gz ports-1f1c0a01eed68efb1e6e8745e8ebd644504f0b4f.zip |
Notes
Diffstat (limited to 'audio/libsndfile')
-rw-r--r-- | audio/libsndfile/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 2343ade1c7fa..71a2b8573f73 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -14,12 +14,8 @@ MASTER_SITES= http://www.zip.com.au/~erikd/libsndfile/ MAINTAINER= ports@FreeBSD.org COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - -USE_REINPLACE= yes +USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe INSTALLS_SHLIB= yes @@ -28,11 +24,6 @@ MAN1= sndfile-convert.1 sndfile-info.1 sndfile-play.1 PORTDOCS= ChangeLog NEWS api.html bugs.html index.html libsndfile.jpg \ new_file_type.HOWTO sndfile_info.html -post-patch: - @${REINPLACE_CMD} -e \ - 's|libdir[)]/pkgconfig|prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |