diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-03 17:11:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-03 17:11:40 +0000 |
commit | 38598eb7033d468200908973b5a6ad2e05985b39 (patch) | |
tree | dfdf7cba04f6f6b2fa3e4fe6419dc9990aafde1c | |
parent | ed0949b0bb2785bfb268cd5933a72c2c80169b35 (diff) | |
download | ports-38598eb7033d468200908973b5a6ad2e05985b39.tar.gz ports-38598eb7033d468200908973b5a6ad2e05985b39.zip |
- Add NO_ARCH
Notes
Notes:
svn path=/head/; revision=398537
-rw-r--r-- | security/p5-Authen-Simple-LDAP/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-Authen-Simple-LDAP/Makefile b/security/p5-Authen-Simple-LDAP/Makefile index 1d9714df11a1..d36620c5c395 100644 --- a/security/p5-Authen-Simple-LDAP/Makefile +++ b/security/p5-Authen-Simple-LDAP/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |