diff options
author | ale <ale@FreeBSD.org> | 2006-05-23 03:43:26 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-23 03:43:26 +0800 |
commit | 030fdc6ab5b925aeaa7ef45d8454260bfb642dda (patch) | |
tree | c87748ec8036c80c5d787f949eb2aa044101064e /security | |
parent | 1210a81f439692c14b87670ebe7b0f1b463e4889 (diff) | |
download | freebsd-ports-gnome-030fdc6ab5b925aeaa7ef45d8454260bfb642dda.tar.gz freebsd-ports-gnome-030fdc6ab5b925aeaa7ef45d8454260bfb642dda.tar.zst freebsd-ports-gnome-030fdc6ab5b925aeaa7ef45d8454260bfb642dda.zip |
Mark BROKEN with php5.
Diffstat (limited to 'security')
-rw-r--r-- | security/php4-cryptopp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/php4-cryptopp/Makefile b/security/php4-cryptopp/Makefile index 5f26a64dc52f..7cbcc4a274ee 100644 --- a/security/php4-cryptopp/Makefile +++ b/security/php4-cryptopp/Makefile @@ -23,7 +23,8 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAME} USE_PERL5= yes USE_PHP= yes USE_PHPEXT= yes -USE_PHPIZE= yes +BROKEN_WITH_PHP=5 +DEFAULT_PHP_VER=4 CONFIGURE_ARGS= --with-cryptopp |