Index: head/graphics/libfreehand/Makefile =================================================================== --- head/graphics/libfreehand/Makefile (revision 391207) +++ head/graphics/libfreehand/Makefile (revision 391208) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= libfreehand PORTVERSION= 0.1.1 CATEGORIES= graphics MASTER_SITES= LODEV MAINTAINER= office@FreeBSD.org COMMENT= Library providing ability to interpret and import Adobe/Macromedia drawings LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual -LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu \ - liblcms2.so:${PORTSDIR}/graphics/lcms2 \ +BUILD_DEPENDS= icu-config:${PORTSDIR}/devel/icu +LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ librevenge-0.0.so:${PORTSDIR}/textproc/librevenge GNU_CONFIGURE= yes USES= gperf perl5 libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_PERL5= build CONFIGURE_ARGS= --disable-werror --without-docs INSTALL_TARGET= install-strip .include