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