diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-04 03:36:13 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-04 03:36:13 +0800 |
commit | a994982c76c32a37ac328772a616d9ff90b1dc97 (patch) | |
tree | b35f2ac40535927c46baf7ce2e8410bb83108101 | |
parent | 617100a916d16e7cf561b7d0fb809e0bc25bd1b4 (diff) | |
download | freebsd-ports-gnome-a994982c76c32a37ac328772a616d9ff90b1dc97.tar.gz freebsd-ports-gnome-a994982c76c32a37ac328772a616d9ff90b1dc97.tar.zst freebsd-ports-gnome-a994982c76c32a37ac328772a616d9ff90b1dc97.zip |
- Fix small big typo
Reported by: krismail
-rw-r--r-- | security/php4-cryptopp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/php4-cryptopp/Makefile b/security/php4-cryptopp/Makefile index 046d707905ec..1c540189ff81 100644 --- a/security/php4-cryptopp/Makefile +++ b/security/php4-cryptopp/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp WRKSRC= ${WRKDIR}/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${PKGNAME} -USE_PERL= yes +USE_PERL5= yes USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes |