diff options
Diffstat (limited to 'textproc/php-dom/Makefile')
-rw-r--r-- | textproc/php-dom/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/php-dom/Makefile b/textproc/php-dom/Makefile index a4ea80fddf9..31bc1e55996 100644 --- a/textproc/php-dom/Makefile +++ b/textproc/php-dom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/07/20 12:30:37 taca Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/25 06:56:45 asau Exp $ MODNAME= dom CATEGORIES+= textproc @@ -6,8 +6,6 @@ COMMENT= PHP5 extension for DOM support CONFLICTS= php-dom-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --enable-${MODNAME} CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2} |