diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 05:37:17 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 05:37:17 +0000 |
commit | 154f4aebaa3d92f1aeacbe6a39bcae72af4cedb0 (patch) | |
tree | 54ffc9e14480076a628ad15257270c5ce51e4f73 /security/libmcrypt | |
parent | 29590eb78b5d89b05c0b824615e0bdd668ef82a3 (diff) | |
download | ports-154f4aebaa3d92f1aeacbe6a39bcae72af4cedb0.tar.gz ports-154f4aebaa3d92f1aeacbe6a39bcae72af4cedb0.zip |
Notes
Diffstat (limited to 'security/libmcrypt')
-rw-r--r-- | security/libmcrypt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 882ca6b4195b..b4b9edb93029 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Multi-cipher cryptographic library (used in PHP3) -USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-static |