diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-07 19:54:23 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-07 19:54:23 +0800 |
commit | 129223b5a5e03933b2f0b8189d115f51231a3e6e (patch) | |
tree | ec861b966a8d4b79762d86132047638f904ee966 /security/libmcrypt | |
parent | da9d4ad38cc132f26ef277232c7420f9a0172b28 (diff) | |
download | freebsd-ports-gnome-129223b5a5e03933b2f0b8189d115f51231a3e6e.tar.gz freebsd-ports-gnome-129223b5a5e03933b2f0b8189d115f51231a3e6e.tar.zst freebsd-ports-gnome-129223b5a5e03933b2f0b8189d115f51231a3e6e.zip |
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)
Noticed on: bento
Diffstat (limited to 'security/libmcrypt')
-rw-r--r-- | security/libmcrypt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index ba971e8432c0..d4e0fc36bb5a 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool RESTRICTED= "yes - cryptography" +USE_PERL5= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |