diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-04 01:11:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-04 01:11:53 +0800 |
commit | 669be01a731efd956b0290c0094a6a69a5f1c169 (patch) | |
tree | 0deadd302b1d254d91b49e022fcd8dff55be993e /security | |
parent | 0be2491e3de5cee42517e99b6fd380c85fbc5ab8 (diff) | |
download | freebsd-ports-gnome-669be01a731efd956b0290c0094a6a69a5f1c169.tar.gz freebsd-ports-gnome-669be01a731efd956b0290c0094a6a69a5f1c169.tar.zst freebsd-ports-gnome-669be01a731efd956b0290c0094a6a69a5f1c169.zip |
- Add NO_ARCH
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-CACertOrg-CA/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-CACertOrg-CA/Makefile b/security/p5-CACertOrg-CA/Makefile index 65e38537fa9e..0e4e14dbc568 100644 --- a/security/p5-CACertOrg-CA/Makefile +++ b/security/p5-CACertOrg-CA/Makefile @@ -12,6 +12,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= CACert.org CA root certificate in PEM format +NO_ARCH= yes USE_PERL5= configure USES= perl5 |