diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 21:29:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 21:29:15 +0800 |
commit | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/aubio | |
parent | 734d10a8b4340cbeb3639bfaf8c7249ec7089c0a (diff) | |
download | freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.gz freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.zst freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.zip |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/aubio')
-rw-r--r-- | audio/aubio/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index b44f51860fe0..048894dd0618 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -12,7 +12,7 @@ COMMENT= Library for audio labelling LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= txt2man:${PORTSDIR}/textproc/txt2man +BUILD_DEPENDS= txt2man:textproc/txt2man USES= pkgconfig tar:bzip2 waf CONFIGURE_ARGS= --mandir=${MANPREFIX}/man @@ -24,19 +24,19 @@ OPTIONS_SUB= yes COMPLEX_DESC= Compile with C99 complex.h COMPLEX_CONFIGURE_ENABLE= complex -DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_OFF= --disable-doxygen -FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FFMPEG_CONFIGURE_ENABLE= avcodec -JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack +JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CONFIGURE_ENABLE= jack -SAMPLERATE_LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate +SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate SAMPLERATE_CONFIGURE_ENABLE= samplerate FFTW_DESC= Use single precision FFTW3 instead of built-in OOURA FFTW_CONFIGURE_ENABLE= fftw3f -FFTW_BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 -FFTW_LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float -SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile +FFTW_BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 +FFTW_LIB_DEPENDS= libfftw3f.so:math/fftw3-float +SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile SNDFILE_CONFIGURE_ENABLE= sndfile post-patch: |