diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-04-17 02:21:35 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-04-17 02:21:35 +0000 |
commit | 90c8533637c195b0b8d85772042870cc44fdbe40 (patch) | |
tree | 4a2eb5f87357fb230a8852816ccaf9df2bb3bda3 /www/py-amf | |
parent | dd45b25cd2558bb82eb49e858cca31d907287c1c (diff) | |
download | ports-90c8533637c195b0b8d85772042870cc44fdbe40.tar.gz ports-90c8533637c195b0b8d85772042870cc44fdbe40.zip |
- Oops, previous commit should have removed PYDISTUTILS_ARCHDEP since it's not
needed with automatic plist
Reported by: koobs
Pointyhat to: swills
Approved by: portmgr@ (blanket)
Notes
Notes:
svn path=/head/; revision=351434
Diffstat (limited to 'www/py-amf')
-rw-r--r-- | www/py-amf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/py-amf/Makefile b/www/py-amf/Makefile index 650d52382a06..6cfc0865ffad 100644 --- a/www/py-amf/Makefile +++ b/www/py-amf/Makefile @@ -16,7 +16,6 @@ LICENSE= MIT USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyAMF -PYDISTUTILS_ARCHDEP= yes PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |