aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-15 02:58:18 +0800
committerbapt <bapt@FreeBSD.org>2014-07-15 02:58:18 +0800
commit9eee35bdc5c672861cdd336a9de97d9e6cb98eb3 (patch)
tree1a9061a57ff5d3564c8d055f3ef65b8ec8ace034 /x11-toolkits
parent3fcf9c7335d9010bc236629f9e821bac7b52b188 (diff)
downloadfreebsd-ports-gnome-9eee35bdc5c672861cdd336a9de97d9e6cb98eb3.tar.gz
freebsd-ports-gnome-9eee35bdc5c672861cdd336a9de97d9e6cb98eb3.tar.zst
freebsd-ports-gnome-9eee35bdc5c672861cdd336a9de97d9e6cb98eb3.zip
Modernize LIB_DEPENDS
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-qt4-gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile
index a1a0fccdfad7..ab444e8754b5 100644
--- a/x11-toolkits/py-qt4-gui/Makefile
+++ b/x11-toolkits/py-qt4-gui/Makefile
@@ -46,7 +46,7 @@ ARGS= -b ${PREFIX}/bin \
ARGS+= --no-qsci-api
PLIST_SUB+= API="@comment "
.else
-LIB_DEPENDS+= qscintilla2:${PORTSDIR}/devel/qscintilla2
+LIB_DEPENDS+= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR}
PLIST_SUB+= API=""
.endif