diff options
Diffstat (limited to 'audio/enscribe/Makefile')
-rw-r--r-- | audio/enscribe/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/enscribe/Makefile b/audio/enscribe/Makefile index f21da606df74..8b2db5d5f797 100644 --- a/audio/enscribe/Makefile +++ b/audio/enscribe/Makefile @@ -13,10 +13,10 @@ COMMENT= Create digital audio watermark images from photographic images LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ - libgd.so:${PORTSDIR}/graphics/gd \ - libpng.so:${PORTSDIR}/graphics/png \ - libfreetype.so:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libsndfile.so:audio/libsndfile \ + libgd.so:graphics/gd \ + libpng.so:graphics/png \ + libfreetype.so:print/freetype2 USES= jpeg pkgconfig tar:tgz |