diff options
Diffstat (limited to 'multimedia/pHash/Makefile')
-rw-r--r-- | multimedia/pHash/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/multimedia/pHash/Makefile b/multimedia/pHash/Makefile index 405dd78fcbfc..553bcf99bf5d 100644 --- a/multimedia/pHash/Makefile +++ b/multimedia/pHash/Makefile @@ -29,7 +29,7 @@ VIDEO_DESC= Enable video hashing DEBUG_CONFIGURE_ENABLE= debug FFTW_CONFIGURE_WITH= fftw -FFTW_LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 +FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 JPEG_CONFIGURE_WITH= libjpeg JPEG_USES= jpeg @@ -38,20 +38,20 @@ OPENMP_CONFIGURE_ENABLE=openmp OPENMP_USES= compiler:openmp PNG_CONFIGURE_WITH= libpng -PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +PNG_LIB_DEPENDS= libpng.so:graphics/png AUDIO_CONFIGURE_ENABLE= audio-hash -AUDIO_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ - libmpg123.so:${PORTSDIR}/audio/mpg123 +AUDIO_LIB_DEPENDS= libsndfile.so:audio/libsndfile \ + libsamplerate.so:audio/libsamplerate \ + libmpg123.so:audio/mpg123 IMAGE_CONFIGURE_ENABLE= image-hash -IMAGE_BUILD_DEPENDS= ${LOCALBASE}/include/CImg.h:${PORTSDIR}/graphics/cimg -IMAGE_RUN_DEPENDS= ${LOCALBASE}/include/CImg.h:${PORTSDIR}/graphics/cimg +IMAGE_BUILD_DEPENDS= ${LOCALBASE}/include/CImg.h:graphics/cimg +IMAGE_RUN_DEPENDS= ${LOCALBASE}/include/CImg.h:graphics/cimg VIDEO_CONFIGURE_ENABLE= video-hash -VIDEO_BUILD_DEPENDS= ${LOCALBASE}/include/CImg.h:${PORTSDIR}/graphics/cimg -VIDEO_RUN_DEPENDS= ${LOCALBASE}/include/CImg.h:${PORTSDIR}/graphics/cimg -VIDEO_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +VIDEO_BUILD_DEPENDS= ${LOCALBASE}/include/CImg.h:graphics/cimg +VIDEO_RUN_DEPENDS= ${LOCALBASE}/include/CImg.h:graphics/cimg +VIDEO_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg .include <bsd.port.mk> |