diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-14 00:59:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-14 00:59:42 +0800 |
commit | 2783665e65479686798651a4c80b6800e80925d8 (patch) | |
tree | e0db9bc64b9feec3c24ee4e5cf221a9804ddfbf0 /x11/py-qt4-opengl | |
parent | e74a03143ca2144e11ec15b72d7726228fba3807 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |