diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-02-18 09:55:10 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-02-18 09:55:10 +0000 |
commit | 6699fae7a2bf742155c5f8c7be3d4fe07237626a (patch) | |
tree | 4b1fc931365e58df5d682ecb7a950cc1fb1609e3 /x11/py-qt4-opengl | |
parent | 319ccca357b886ba9455733a7cfa8776abe7b3d7 (diff) |
Notes
Diffstat (limited to 'x11/py-qt4-opengl')
-rw-r--r-- | x11/py-qt4-opengl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-qt4-opengl/Makefile b/x11/py-qt4-opengl/Makefile index bf437f7841e3..36107c814a64 100644 --- a/x11/py-qt4-opengl/Makefile +++ b/x11/py-qt4-opengl/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= opengl +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 devel python @@ -24,7 +25,7 @@ OPTIONS_SUB= yes API_DESC= Install QtOpenGL API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2 +API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include <bsd.port.mk> |