diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-14 01:08:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-14 01:08:32 +0000 |
commit | 904a12a2c97e59158ad37d82d275b2702e9864ee (patch) | |
tree | aca58afae9311b3f17589b7a185f2c0968f5b1ae | |
parent | 4615f2d892fa0e3ae2232fd293e37dfc0bb2ebfe (diff) | |
download | ports-904a12a2c97e59158ad37d82d275b2702e9864ee.tar.gz ports-904a12a2c97e59158ad37d82d275b2702e9864ee.zip |
Notes
-rw-r--r-- | graphics/libwpg/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/libwpg/Makefile b/graphics/libwpg/Makefile index c1fb62312899..edc4415152f2 100644 --- a/graphics/libwpg/Makefile +++ b/graphics/libwpg/Makefile @@ -11,18 +11,17 @@ COMMENT= Library and tools to work with WordPerfect Graphics (WPG) files LICENSE= LGPL21 MPL LICENSE_COMB= dual -LIB_DEPENDS= wpd-0.9:${PORTSDIR}/textproc/libwpd +LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd USE_AUTOTOOLS= libtool -USES= pkgconfig perl5 -USE_GNOME= gnomeprefix gnomehack ltverhack +USES= pkgconfig perl5 pathfix +USE_GNOME= gnomeprefix ltverhack USE_BZIP2= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-werror OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} |