diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
commit | 148314483d3098c0d6a33944f1190842e671502f (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/cinepaint | |
parent | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff) | |
download | freebsd-ports-graphics-148314483d3098c0d6a33944f1190842e671502f.tar.gz freebsd-ports-graphics-148314483d3098c0d6a33944f1190842e671502f.tar.zst freebsd-ports-graphics-148314483d3098c0d6a33944f1190842e671502f.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'graphics/cinepaint')
-rw-r--r-- | graphics/cinepaint/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 6ed29a19474..0ac68c012a7 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -13,12 +13,12 @@ COMMENT= Editing tool used for painting and retouching of movies LICENSE= GPLv2 LGPL21 MIT LICENSE_COMB= multi -LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ - libftgl.so:${PORTSDIR}/graphics/ftgl \ - liblcms.so:${PORTSDIR}/graphics/lcms \ - libpng.so:${PORTSDIR}/graphics/png \ - libtiff.so:${PORTSDIR}/graphics/tiff \ - libfltk.so:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ + libftgl.so:graphics/ftgl \ + liblcms.so:graphics/lcms \ + libpng.so:graphics/png \ + libtiff.so:graphics/tiff \ + libfltk.so:x11-toolkits/fltk OPTIONS_DEFINE= OYRANOS PRINT OYRANOS_DESC= ICC profile support via Oyranos @@ -40,13 +40,13 @@ PLIST_SUB= VER="${DISTVERSION}" .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOYRANOS} -LIB_DEPENDS+= liboyranos.so:${PORTSDIR}/graphics/oyranos +LIB_DEPENDS+= liboyranos.so:graphics/oyranos .else CONFIGURE_ENV+= ac_cv_path_OY_CONFIG=no .endif .if ${PORT_OPTIONS:MPRINT} -LIB_DEPENDS+= libgutenprint.so:${PORTSDIR}/print/gutenprint-base +LIB_DEPENDS+= libgutenprint.so:print/gutenprint-base PLIST_SUB+= PRINT="" .else CONFIGURE_ARGS+= --disable-print |