diff options
author | taca <taca@pkgsrc.org> | 2010-03-15 16:45:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-15 16:45:59 +0000 |
commit | ed84798deeb6e2b9e0e60a0a1f64ec329c11d443 (patch) | |
tree | 999b91342e316c9b622432535a8b50c5a680392f /sysutils | |
parent | aaa1b143cc4364d1326aeb0328c7f638e6d68eb3 (diff) | |
download | pkgsrc-ed84798deeb6e2b9e0e60a0a1f64ec329c11d443.tar.gz |
Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now.
No functional change.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pear-Log/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 82b6f7bea42..23081b652f3 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/02/06 16:05:13 taca Exp $ +# $NetBSD: Makefile,v 1.14 2010/03/15 16:45:59 taca Exp $ DISTNAME= Log-1.12.0 CATEGORIES= sysutils @@ -11,7 +11,5 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= php-pear-Log-[0-9]* -PHP_VERSIONS_ACCEPTED= 5 - .include "../../lang/php/pear.mk" .include "../../mk/bsd.pkg.mk" |