diff options
Diffstat (limited to 'graphics/libcdr01/Makefile')
-rw-r--r-- | graphics/libcdr01/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/libcdr01/Makefile b/graphics/libcdr01/Makefile index cc05aea12b25..cc4b20ac0d96 100644 --- a/graphics/libcdr01/Makefile +++ b/graphics/libcdr01/Makefile @@ -12,10 +12,10 @@ COMMENT= Library and tools for parsing Corel Draw file format LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \ - librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ - liblcms2.so:${PORTSDIR}/graphics/lcms2 +BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs +LIB_DEPENDS= libicui18n.so:devel/icu \ + librevenge-0.0.so:textproc/librevenge \ + liblcms2.so:graphics/lcms2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs |