diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-05 02:30:58 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-05 02:30:58 +0000 |
commit | fb0914231a111380c160eb4d9cf99067ca0bb8bc (patch) | |
tree | f7d25ec58327acc0cce2fe6a457b13efb70c2e49 /net/phpldapadmin | |
parent | 906c2a352ce03e35cd59eaa2aa95754721b7cbf4 (diff) | |
download | ports-fb0914231a111380c160eb4d9cf99067ca0bb8bc.tar.gz ports-fb0914231a111380c160eb4d9cf99067ca0bb8bc.zip |
Notes
Diffstat (limited to 'net/phpldapadmin')
-rw-r--r-- | net/phpldapadmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index 2dc6257cb32c..6deebe0e9d6e 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -19,7 +19,7 @@ COMMENT= A set of PHP-scripts to administer LDAP over the web NO_BUILD= yes USE_PHP= gettext ldap openssl pcre session xml PHP_VER= 5 -BROKEN_WITH_PHP= 4 +IGNORE_WITH_PHP= 4 .if defined(WITH_SUPHP) |