diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-28 15:48:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-28 15:48:28 +0000 |
commit | 603dcc22edc1f178f5df2f3c0853c1294bfc80f8 (patch) | |
tree | 85b93e9a4d849775aa1efab701f573dd711aa579 /x11/py-kde4 | |
parent | 5391a4ec072e7fb654bef8dbf0ece3ee0945c3fb (diff) | |
download | pkgsrc-603dcc22edc1f178f5df2f3c0853c1294bfc80f8.tar.gz |
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.
Mark a couple more packages as not ready for python-3.x.
Diffstat (limited to 'x11/py-kde4')
-rw-r--r-- | x11/py-kde4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/py-kde4/Makefile b/x11/py-kde4/Makefile index e9b583513bf..244ede61f79 100644 --- a/x11/py-kde4/Makefile +++ b/x11/py-kde4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2016/03/05 11:29:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.50 2016/08/28 15:48:37 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-kde4-${_KDE_VERSION} PKGREVISION= 3 @@ -15,7 +15,6 @@ CMAKE_ARGS+= -DWITH_Soprano:BOOL=OFF CMAKE_ARGS+= -DWITH_Nepomuk:BOOL=OFF PY_PATCHPLIST= yes -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} REPLACE_PYTHON+= \ tools/pykdeuic4/*.py \ |