diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 22:57:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 22:57:37 +0000 |
commit | 5019ffc91bcd2ad26cf4702f15841eafc984d4b0 (patch) | |
tree | e28e63fdf22fe3c0a77219f1724ab25c046c8bc1 /security | |
parent | 69153696b9e73f3a328c9e20da06591b85766611 (diff) |
Notes
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 886502b12369..3cc8386968b8 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 4bf6d05927e7..da3817ff779a 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 |