summaryrefslogtreecommitdiff
path: root/textproc/php5-dom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/php5-dom/Makefile')
-rw-r--r--textproc/php5-dom/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/php5-dom/Makefile b/textproc/php5-dom/Makefile
index 2e6185e21a0..e19d650f1ce 100644
--- a/textproc/php5-dom/Makefile
+++ b/textproc/php5-dom/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2006/02/05 23:11:06 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2006/06/02 18:27:58 joerg Exp $
MODNAME= dom
-PKGREVISION= 1
CATEGORIES+= textproc
COMMENT= PHP5 extension for DOM support
+CONFLICTS= php-dom-[0-9]
CONFIGURE_ARGS+= --enable-${MODNAME}
CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2}
-PHP_VERSION_REQD= 5
+PHP_VERSIONS_ACCEPTED= 5
.include "../../lang/php/ext.mk"
#.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"