summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-05-28 05:40:20 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-05-28 05:40:20 +0800
commit5bcbe2a272a085c95cde6ad2f80343a344be2042 (patch)
tree0084b68bec47848826238536cd6cc462e9af05eb /x11
parentb825a89e5d9b8487c4ad1569a1c1dd6cc9c2bce7 (diff)
downloadxorg-devel-ports-5bcbe2a272a085c95cde6ad2f80343a344be2042.tar
xorg-devel-ports-5bcbe2a272a085c95cde6ad2f80343a344be2042.tar.gz
xorg-devel-ports-5bcbe2a272a085c95cde6ad2f80343a344be2042.tar.bz2
xorg-devel-ports-5bcbe2a272a085c95cde6ad2f80343a344be2042.tar.lz
xorg-devel-ports-5bcbe2a272a085c95cde6ad2f80343a344be2042.tar.xz
xorg-devel-ports-5bcbe2a272a085c95cde6ad2f80343a344be2042.tar.zst
xorg-devel-ports-5bcbe2a272a085c95cde6ad2f80343a344be2042.zip
Add missing " to terminate string.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@501 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11')
-rw-r--r--x11/libX11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 4970e9b..0e42c39 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -26,7 +26,7 @@ USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \
--without-xmlto \
--disable-specs
-CONFIGURE_ENV+= RAWCPP="${LOCALBASE}/bin/ucpp ac_cv_path_PS2PDF=""
+CONFIGURE_ENV+= RAWCPP="${LOCALBASE}/bin/ucpp" ac_cv_path_PS2PDF=""
.include "${.CURDIR}/manpages"