diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-05 06:57:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-05 06:57:37 +0800 |
commit | 64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca (patch) | |
tree | 664d2ba6932861fa84d22c638a1035a3fcd6a962 /security | |
parent | 8d98f5042d9d3f5d1c76b52d1826c997af60472d (diff) | |
download | freebsd-ports-graphics-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.tar.gz freebsd-ports-graphics-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.tar.zst freebsd-ports-graphics-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.zip |
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.
Noticed on bento and others (full mailbox :-)
Diffstat (limited to 'security')
-rw-r--r-- | security/bjorb/Makefile | 1 | ||||
-rw-r--r-- | security/pam_smb/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile index 886502b1236..3cc8386968b 100644 --- a/security/bjorb/Makefile +++ b/security/bjorb/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.hitachi-ms.co.jp/pub/bjorb/ MAINTAINER= ports@FreeBSD.org USE_OPENSSL= YES +USE_PERL5= yes .if !defined(BATCH) INSTALL_TARGET= install certificate diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile index 4bf6d05927e..da3817ff779 100644 --- a/security/pam_smb/Makefile +++ b/security/pam_smb/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org USE_AUTOCONF_VER=213 USE_GMAKE= yes +USE_PERL5= yes USE_REINPLACE= yes STARTUP_SCRIPT= pam_smbd.sh.sample |