diff options
author | gblach <gblach@FreeBSD.org> | 2013-07-08 05:41:02 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-07-08 05:41:02 +0800 |
commit | 152ff1e89d4706590f06bfc4ccbcda1a6bd4a66f (patch) | |
tree | 87b1e63281b760ddd0bd2277c71106b08483ddda /textproc | |
parent | 1299fe55102111fa7a85bdc8bbbb56cac419a5e3 (diff) | |
download | freebsd-ports-gnome-152ff1e89d4706590f06bfc4ccbcda1a6bd4a66f.tar.gz freebsd-ports-gnome-152ff1e89d4706590f06bfc4ccbcda1a6bd4a66f.tar.zst freebsd-ports-gnome-152ff1e89d4706590f06bfc4ccbcda1a6bd4a66f.zip |
- Include devel/py-virtualenv/files/py3k-fix-pkg-plist.inc
if PYTHON_REL >= 320
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-pystache/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/py-pystache/Makefile b/textproc/py-pystache/Makefile index 38ed3d44e146..d10da911c9fb 100644 --- a/textproc/py-pystache/Makefile +++ b/textproc/py-pystache/Makefile @@ -16,4 +16,10 @@ LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS=easy_install -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} >= 320 +.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" +.endif + +.include <bsd.port.post.mk> |