pkgsrc/x11/py-qt4-qscintilla/Makefile
sbd 2b86df1be5 Set PYTHON_VERSIONS_INCOMPATIBLE+=25 as the dependence x11/py-qt4 sets it.
This is to stop pbulk trying to build the packages the python25 and looking
for py25-qt4 dependence which doesn't exists causing Global dependency
resolution failure.
2012-08-09 10:15:28 +00:00

36 lines
973 B
Makefile

# $NetBSD: Makefile,v 1.19 2012/08/09 10:15:28 sbd Exp $
#
DISTNAME= QScintilla-gpl-2.6.2
PKGNAME= ${PYPKGPREFIX}-qt4-${DISTNAME:tl:S/-gpl-/-/}
CATEGORIES= x11
MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/QScintilla2/
MAINTAINER= helgoman@users.sourceforge.net
HOMEPAGE= http://www.riverbankcomputing.co.uk/software/qscintilla/intro
COMMENT= QScintilla -- Python bindings --
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_VERSIONS_INCOMPATIBLE+= 25
WRKSRC= ${WRKDIR}/${DISTNAME}/Python
USE_LIBTOOL= yes
USE_LANGUAGES= c++
PY_PATCHPLIST= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
do-configure:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} configure.py)
.include "../../lang/python/extension.mk"
.include "../../x11/py-sip/buildlink3.mk"
.include "../../x11/py-qt4/buildlink3.mk"
.include "../../x11/qt4-qscintilla/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"