diff options
Diffstat (limited to 'print/libmspub/Makefile')
-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 |