diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-10 00:06:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-10 00:06:52 +0800 |
commit | 9377564f1117b5a7c4f3226e0cb21bd8daf29fa1 (patch) | |
tree | 1b2b8cf2184b85095b1fa379c18614f7fd44cfd7 /print | |
parent | 4d8954e6f19e693ed343488dd97901f7954bfe17 (diff) | |
download | freebsd-ports-gnome-9377564f1117b5a7c4f3226e0cb21bd8daf29fa1.tar.gz freebsd-ports-gnome-9377564f1117b5a7c4f3226e0cb21bd8daf29fa1.tar.zst freebsd-ports-gnome-9377564f1117b5a7c4f3226e0cb21bd8daf29fa1.zip |
- Convert to new LIB_DEPENDS format and sort them
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 |