diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 18:23:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 18:23:38 +0000 |
commit | 7bf2d9256f71fd70da9487ae5e929be8afa6d10d (patch) | |
tree | f64769ceb968e5404b9febd6fabe132b540ee52b | |
parent | 76ae76e59cfb0dd0f3dca6ce165fe7c2cfa03295 (diff) | |
download | ports-7bf2d9256f71fd70da9487ae5e929be8afa6d10d.tar.gz ports-7bf2d9256f71fd70da9487ae5e929be8afa6d10d.zip |
Notes
-rw-r--r-- | audio/libsamplerate/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index d5dfc0fad66c..390c1d9713a3 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -13,14 +13,11 @@ MASTER_SITES= http://www.mega-nerd.com/SRC/ MAINTAINER= ports@FreeBSD.org COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ fftw.2:${PORTSDIR}/math/fftw -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -USE_GNOME= gnomehack +USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-gcc-pipe |