diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-09 16:06:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-09 16:06:52 +0000 |
commit | 410948cf59215f07fb426fdf9907e39b15be406c (patch) | |
tree | 1b2b8cf2184b85095b1fa379c18614f7fd44cfd7 /print | |
parent | 3449df41ad4a02b809e8ca753612932d4670dee5 (diff) | |
download | ports-410948cf59215f07fb426fdf9907e39b15be406c.tar.gz ports-410948cf59215f07fb426fdf9907e39b15be406c.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/libmspub/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/libmspub/Makefile b/print/libmspub/Makefile index 402a857ad7b3..b456c4f44778 100644 --- a/print/libmspub/Makefile +++ b/print/libmspub/Makefile @@ -12,9 +12,9 @@ LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu \ - wpg-0.2:${PORTSDIR}/graphics/libwpg \ - wpd-0.9:${PORTSDIR}/textproc/libwpd +LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \ + libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \ + libwpg-0.2.so:${PORTSDIR}/graphics/libwpg GNU_CONFIGURE= yes USE_LDCONFIG= yes |