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 /meta-pkgs | |
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 'meta-pkgs')
-rw-r--r-- | meta-pkgs/py-tryton-platform/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/py-tryton-platform/Makefile b/meta-pkgs/py-tryton-platform/Makefile index 48c2e63fde4..e7fc7f42103 100644 --- a/meta-pkgs/py-tryton-platform/Makefile +++ b/meta-pkgs/py-tryton-platform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/08/24 15:50:08 richard Exp $ +# $NetBSD: Makefile,v 1.3 2016/08/28 15:48:33 wiz Exp $ # DISTNAME= # empty PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER} @@ -59,4 +59,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-stock-product-location-[0-9]*:../../misc/py-try DEPENDS+= ${PYPKGPREFIX}-trytond-calendar-[0-9]*:../../time/py-trytond-calendar DEPENDS+= ${PYPKGPREFIX}-trytond-company-work-time-[0-9]*:../../time/py-trytond-company-work-time +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap via py-stdnum and py-trytond-bank + .include "../../mk/bsd.pkg.mk" |