diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index dc747bb953c..9d4a58567d8 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -31,7 +31,7 @@ MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes USE_GNOME?= gnomehack pkgconfig USE_LDCONFIG= yes -CONFIGURE_ARGS?=---with-html-dir=${PREFIX}/share/doc \ +CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ --with-html-subdir=${PORTNAME} \ --without-python CPPFLAGS+= -I${LOCALBASE}/include |