From 2783665e65479686798651a4c80b6800e80925d8 Mon Sep 17 00:00:00 2001 From: bapt Date: Sun, 13 Jul 2014 16:59:42 +0000 Subject: Convert to new LIB_DEPENDS With hat: portmgr --- x11/py-qt4-opengl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/py-qt4-opengl') 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 -- cgit