diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-05 10:30:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-05 10:30:58 +0800 |
commit | 9031e59bec09aacab77ef2c5df159f0c608f702b (patch) | |
tree | 827ae89d7f66b16d725b511da7a1530bbaebc5cd /security | |
parent | f779b58fa5f67d3ebfc7ef2c7d05f7b54d9e91ef (diff) | |
download | freebsd-ports-gnome-9031e59bec09aacab77ef2c5df159f0c608f702b.tar.gz freebsd-ports-gnome-9031e59bec09aacab77ef2c5df159f0c608f702b.tar.zst freebsd-ports-gnome-9031e59bec09aacab77ef2c5df159f0c608f702b.zip |
Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR: ports/92445
Hat: portmgr
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-filter/Makefile | 2 | ||||
-rw-r--r-- | security/pfw/Makefile | 2 | ||||
-rw-r--r-- | security/php4-cryptopp/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/pecl-filter/Makefile b/security/pecl-filter/Makefile index 274f237b1a3e..86650266ede1 100644 --- a/security/pecl-filter/Makefile +++ b/security/pecl-filter/Makefile @@ -24,7 +24,7 @@ USE_PHPEXT= yes PHP_MODNAME= filter DEFAULT_PHP_VER= 5 -BROKEN_WITH_VER= 4 +IGNORE_WITH_VER= 4 CONFIGURE_ARGS+= --with-pcre-dir=${LOCALBASE} diff --git a/security/pfw/Makefile b/security/pfw/Makefile index e0574f10d21e..eae4fb181288 100644 --- a/security/pfw/Makefile +++ b/security/pfw/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_PHP= session pcre sqlite WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 -BROKEN_WITH_PHP=4 +IGNORE_WITH_PHP=4 NO_BUILD= yes PFW_PREFIX?= ${PREFIX}/www/pfw diff --git a/security/php4-cryptopp/Makefile b/security/php4-cryptopp/Makefile index 7cbcc4a274ee..8f0107c5ea6f 100644 --- a/security/php4-cryptopp/Makefile +++ b/security/php4-cryptopp/Makefile @@ -23,7 +23,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAME} USE_PERL5= yes USE_PHP= yes USE_PHPEXT= yes -BROKEN_WITH_PHP=5 +IGNORE_WITH_PHP=5 DEFAULT_PHP_VER=4 CONFIGURE_ARGS= --with-cryptopp |