svn commit: r396590 - head/net/pear-Net_URL2

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 17:38:47 UTC 2015


Author: amdmi3
Date: Thu Sep 10 17:38:46 2015
New Revision: 396590
URL: https://svnweb.freebsd.org/changeset/ports/396590

Log:
  - Add NO_ARCH

Modified:
  head/net/pear-Net_URL2/Makefile

Modified: head/net/pear-Net_URL2/Makefile
==============================================================================
--- head/net/pear-Net_URL2/Makefile	Thu Sep 10 17:38:43 2015	(r396589)
+++ head/net/pear-Net_URL2/Makefile	Thu Sep 10 17:38:46 2015	(r396590)
@@ -10,6 +10,7 @@ COMMENT=	PEAR Class for parsing and hand
 
 LICENSE=	BSD3CLAUSE
 
-USES=	pear
+USES=		pear
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list