diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-26 06:15:56 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-26 06:15:56 +0800 |
commit | 84a53fea3409587610f29c09715c943c7e1e0236 (patch) | |
tree | d9c1239112a397874d08377e48b94cd1d2938097 /sysutils | |
parent | 1636dc1fada473be1087c2e2bf7e8f079ae55d6a (diff) | |
download | freebsd-ports-gnome-84a53fea3409587610f29c09715c943c7e1e0236.tar.gz freebsd-ports-gnome-84a53fea3409587610f29c09715c943c7e1e0236.tar.zst freebsd-ports-gnome-84a53fea3409587610f29c09715c943c7e1e0236.zip |
Remove quotes from BROKEN and IGNORE as they are not required
Approved by: maintainer timeout
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pear-I18Nv2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pear-I18Nv2/Makefile b/sysutils/pear-I18Nv2/Makefile index a8f255814073..831560ab423a 100644 --- a/sysutils/pear-I18Nv2/Makefile +++ b/sysutils/pear-I18Nv2/Makefile @@ -147,7 +147,7 @@ post-extract: PHP_VERS= ${PHP_VERSION:S/.//g} .if defined(PHP_VERS) && ${PHP_VERS} < 406 -#IGNORE= "You need PHP 4.0.6 or later to install PEAR::I18Nv2" +#IGNORE= You need PHP 4.0.6 or later to install PEAR::I18Nv2 .endif .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |