diff options
author | maya <maya@pkgsrc.org> | 2018-09-18 03:33:20 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-09-18 03:33:20 +0000 |
commit | efd2b36be4041d71c2b5804a4d4f0c415860deaa (patch) | |
tree | 99eb8b81526dcdfb0429044f1c408bea3f13974f /x11/py-sip/Makefile | |
parent | 863858d72023b12a6e766f8c55ac87be5d59c77e (diff) | |
download | pkgsrc-efd2b36be4041d71c2b5804a4d4f0c415860deaa.tar.gz |
py-sip: we call the libraries Qt5Things in pkgsrc for everyone,
not just linux.
from Anthony Mallet in PR pkg/53594.
Diffstat (limited to 'x11/py-sip/Makefile')
-rw-r--r-- | x11/py-sip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile index 7ab6524ef6b..d85120ab4e0 100644 --- a/x11/py-sip/Makefile +++ b/x11/py-sip/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2018/04/14 20:07:11 adam Exp $ +# $NetBSD: Makefile,v 1.54 2018/09/18 03:33:20 maya Exp $ DISTNAME= sip-4.19.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= x11 devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyqt/} |