diff options
author | kwm <kwm@FreeBSD.org> | 2012-03-16 17:02:36 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2012-03-16 17:02:36 +0800 |
commit | b25de415493aa7620a37e4995ef9adeec3a01c59 (patch) | |
tree | 9f65d7dc6d6a528ac726705125e6a7455e2a5259 /textproc | |
parent | f63e9610bad0eaa7d1a9073cb3bb1a0c716ff9eb (diff) | |
download | freebsd-ports-graphics-b25de415493aa7620a37e4995ef9adeec3a01c59.tar.gz freebsd-ports-graphics-b25de415493aa7620a37e4995ef9adeec3a01c59.tar.zst freebsd-ports-graphics-b25de415493aa7620a37e4995ef9adeec3a01c59.zip |
Fix last commit which broke the build.
Feature safe: yes
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 |