diff options
Diffstat (limited to 'x11/py-qt4/Makefile')
-rw-r--r-- | x11/py-qt4/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index c0bbb3cbeee..e40fdcbba13 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2015/04/25 14:25:15 tnn Exp $ +# $NetBSD: Makefile,v 1.77 2015/11/23 15:18:19 adam Exp $ PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} -PKGREVISION= 1 -PYQT_VERSION= 4.11.1 +PYQT_VERSION= 4.11.4 CATEGORIES= x11 python #MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/} @@ -10,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Python binding for Qt4 HOMEPAGE= http://www.riverbankcomputing.com/software/pyqt/intro +LICENSE= gnu-gpl-v3 USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config @@ -53,9 +53,12 @@ SUBST_MESSAGE.PIC= Adding -fPIC to CXXFLAGS. .include "../../mk/bsd.prefs.mk" -PLIST_SRC= ${PKGDIR}/PLIST.common +.if ${OPSYS} == "Darwin" +DISTNAME= PyQt-mac-gpl-${PYQT_VERSION} +.else DISTNAME= PyQt-x11-gpl-${PYQT_VERSION} -PLIST_SRC+= ${PKGDIR}/PLIST.X11 +.endif + .include "../../lang/python/extension.mk" CONFIGURE_ARGS+= --verbose |