aboutsummaryrefslogtreecommitdiffstats
path: root/x11/py-qt4-opengl
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-14 00:59:42 +0800
committerbapt <bapt@FreeBSD.org>2014-07-14 00:59:42 +0800
commit2783665e65479686798651a4c80b6800e80925d8 (patch)
treee0db9bc64b9feec3c24ee4e5cf221a9804ddfbf0 /x11/py-qt4-opengl
parente74a03143ca2144e11ec15b72d7726228fba3807 (diff)
downloadfreebsd-ports-gnome-2783665e65479686798651a4c80b6800e80925d8.tar.gz
freebsd-ports-gnome-2783665e65479686798651a4c80b6800e80925d8.tar.zst
freebsd-ports-gnome-2783665e65479686798651a4c80b6800e80925d8.zip
Convert to new LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'x11/py-qt4-opengl')
-rw-r--r--x11/py-qt4-opengl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/py-qt4-opengl/Makefile b/x11/py-qt4-opengl/Makefile
index e4a296163a9d..58999b0d6403 100644
--- a/x11/py-qt4-opengl/Makefile
+++ b/x11/py-qt4-opengl/Makefile
@@ -45,7 +45,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