diff options
author | mva <mva@FreeBSD.org> | 2014-06-09 18:19:48 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-06-09 18:19:48 +0800 |
commit | 5b5c4eab276ac82ee07993075a10106045696c6a (patch) | |
tree | 21704872da8a04c5b703aee3fd28549573fc4a81 /devel | |
parent | 39b31a8d606aa2db9c501d61b04067101cb609e6 (diff) | |
download | freebsd-ports-gnome-5b5c4eab276ac82ee07993075a10106045696c6a.tar.gz freebsd-ports-gnome-5b5c4eab276ac82ee07993075a10106045696c6a.tar.zst freebsd-ports-gnome-5b5c4eab276ac82ee07993075a10106045696c6a.zip |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-argparse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile index c6a05354ca26..f83feeeb2d66 100644 --- a/devel/py-argparse/Makefile +++ b/devel/py-argparse/Makefile @@ -3,6 +3,7 @@ PORTNAME= argparse PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= Optparse-inspired command-line parsing library LICENSE= PSFL USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |