diff options
Diffstat (limited to 'graphics/libfreehand/Makefile')
-rw-r--r-- | graphics/libfreehand/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile index c267e45753a9..412ba14542e4 100644 --- a/graphics/libfreehand/Makefile +++ b/graphics/libfreehand/Makefile @@ -11,9 +11,9 @@ COMMENT= Library providing ability to interpret and import Adobe/Macromedia draw LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual -BUILD_DEPENDS= icu-config:${PORTSDIR}/devel/icu -LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ - librevenge-0.0.so:${PORTSDIR}/textproc/librevenge +BUILD_DEPENDS= icu-config:devel/icu +LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ + librevenge-0.0.so:textproc/librevenge GNU_CONFIGURE= yes USES= compiler:c++11-lang gperf perl5 libtool pathfix pkgconfig tar:xz |