diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-05 02:30:58 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-05 02:30:58 +0000 |
commit | 9031e59bec09aacab77ef2c5df159f0c608f702b (patch) | |
tree | 827ae89d7f66b16d725b511da7a1530bbaebc5cd /sysutils | |
parent | f779b58fa5f67d3ebfc7ef2c7d05f7b54d9e91ef (diff) | |
download | FreeBSD-ports-9031e59bec09aacab77ef2c5df159f0c608f702b.zip FreeBSD-ports-9031e59bec09aacab77ef2c5df159f0c608f702b.tar.gz |
Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR: ports/92445
Hat: portmgr
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index 5f64a48..657787b 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -25,7 +25,7 @@ USE_PHP= mysql pcre session .if defined(WITH_PHP5) DEFAULT_PHP_VER=5 -BROKEN_WITH_PHP=4 +IGNORE_WITH_PHP=4 USE_PHP+= bz2 gd mbstring mcrypt mysql mysqli openssl pcre \ pear session sockets xml zlib .endif |