aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-12-25 02:24:20 +0800
committermarino <marino@FreeBSD.org>2013-12-25 02:24:20 +0800
commite02748e8a7be4922c2bb377213c09ba37a245f43 (patch)
treed5fa79122b498a6e97b15954c87c307fb0f97fbf
parent2ca6e0a3c9bfecf8b0da93b75de217849d37f538 (diff)
downloadfreebsd-ports-gnome-e02748e8a7be4922c2bb377213c09ba37a245f43.tar.gz
freebsd-ports-gnome-e02748e8a7be4922c2bb377213c09ba37a245f43.tar.zst
freebsd-ports-gnome-e02748e8a7be4922c2bb377213c09ba37a245f43.zip
graphics/ipe: Unbreak by using new library specification
-rw-r--r--graphics/ipe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile
index fdfd9ba8664d..3d2b920dbaf7 100644
--- a/graphics/ipe/Makefile
+++ b/graphics/ipe/Makefile
@@ -12,8 +12,8 @@ COMMENT= Extensible vector graphics editor with Latex text support
LICENSE= GPLv3 # (or later)
-LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
- lua-5.2:${PORTSDIR}/lang/lua52
+LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
+ liblua-5.2.so:${PORTSDIR}/lang/lua52
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
OPTIONS_DEFINE= DOCS