diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-10 17:38:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-10 17:38:46 +0000 |
commit | 7f70d284fe8f3f082f983da29dc85f5b20c8ed3f (patch) | |
tree | 581af42b20bfcadcbf6133a3aa12b57625a4aad3 | |
parent | - Add NO_ARCH (diff) |
- Add NO_ARCH
Notes
Notes:
svn path=/head/; revision=396590
-rw-r--r-- | net/pear-Net_URL2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile index ef7c136a2bad..a804ab55e3f7 100644 --- a/net/pear-Net_URL2/Makefile +++ b/net/pear-Net_URL2/Makefile @@ -10,6 +10,7 @@ COMMENT= PEAR Class for parsing and handling URL LICENSE= BSD3CLAUSE -USES= pear +USES= pear +NO_ARCH= yes .include <bsd.port.mk> |