svn commit: r351434 - head/www/py-amf

Steve Wills swills at FreeBSD.org
Thu Apr 17 02:21:36 UTC 2014


Author: swills
Date: Thu Apr 17 02:21:35 2014
New Revision: 351434
URL: http://svnweb.freebsd.org/changeset/ports/351434
QAT: https://qat.redports.org/buildarchive/r351434/

Log:
  - 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)

Modified:
  head/www/py-amf/Makefile

Modified: head/www/py-amf/Makefile
==============================================================================
--- head/www/py-amf/Makefile	Thu Apr 17 02:04:42 2014	(r351433)
+++ head/www/py-amf/Makefile	Thu Apr 17 02:21:35 2014	(r351434)
@@ -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>


More information about the svn-ports-head mailing list