diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-03 23:29:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-03 23:29:49 +0800 |
commit | 49a563da9fe4dd4d1c3bce40a22ae8a5f072ec33 (patch) | |
tree | 7087be10b40af28be160dda3ab5e9f678510322d | |
parent | 964e7d1ddec678a4cb87d6d993aa21a041de5336 (diff) | |
download | freebsd-ports-gnome-49a563da9fe4dd4d1c3bce40a22ae8a5f072ec33.tar.gz freebsd-ports-gnome-49a563da9fe4dd4d1c3bce40a22ae8a5f072ec33.tar.zst freebsd-ports-gnome-49a563da9fe4dd4d1c3bce40a22ae8a5f072ec33.zip |
- Add portscout variable
PR: 167131
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: maintainer
-rw-r--r-- | devel/py-yapps2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-yapps2/Makefile b/devel/py-yapps2/Makefile index 719106f884b2..64e746518556 100644 --- a/devel/py-yapps2/Makefile +++ b/devel/py-yapps2/Makefile @@ -15,6 +15,7 @@ DISTNAME= yapps${PORTVERSION} MAINTAINER= xenophon+fbsdports@irtnog.org COMMENT= An easy-to-use parser generator that generates Python code +PORTSCOUT= skipv:2-2.1.1-17.1 WRKSRC= ${WRKDIR}/Yapps-${PORTVERSION} USE_PYTHON= yes USE_PYDISTUTILS=yes |