aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2013-07-08 05:41:02 +0800
committergblach <gblach@FreeBSD.org>2013-07-08 05:41:02 +0800
commit152ff1e89d4706590f06bfc4ccbcda1a6bd4a66f (patch)
tree87b1e63281b760ddd0bd2277c71106b08483ddda /textproc
parent1299fe55102111fa7a85bdc8bbbb56cac419a5e3 (diff)
downloadfreebsd-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/Makefile8
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>