diff options
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} |