summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortaca <taca>2010-03-15 16:45:59 +0000
committertaca <taca>2010-03-15 16:45:59 +0000
commit00af8b13e6126bfbd205bae7f2393c6f06a9a612 (patch)
tree999b91342e316c9b622432535a8b50c5a680392f /sysutils
parent94d1ad8e0405da002fa64cda3cd9a700593473c3 (diff)
downloadpkgsrc-00af8b13e6126bfbd205bae7f2393c6f06a9a612.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/Makefile4
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"