aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2008-07-15 20:37:09 +0800
committerflz <flz@FreeBSD.org>2008-07-15 20:37:09 +0800
commitd8c9ed4f37f2d02606c7a3bc33810a79adfce7f3 (patch)
treeb96b54594104ecf81a171597b7087d0cf7e39f8b /x11
parentbaf653b0665cecdf344189ba1dfc437379b6fa4c (diff)
downloadfreebsd-ports-gnome-d8c9ed4f37f2d02606c7a3bc33810a79adfce7f3.tar.gz
freebsd-ports-gnome-d8c9ed4f37f2d02606c7a3bc33810a79adfce7f3.tar.zst
freebsd-ports-gnome-d8c9ed4f37f2d02606c7a3bc33810a79adfce7f3.zip
Don't install xorg-docs if NOPORTDOCS is defined.
PR: ports/125629 Submitted by: Dan Lukes <dan@obluda.cz>
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile
index bd3136d0e3f1..e074397e7cc3 100644
--- a/x11/xorg/Makefile
+++ b/x11/xorg/Makefile
@@ -25,7 +25,9 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmap
${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:${PORTSDIR}/x11-themes/xcursor-themes
# doc
+.if !defined(NOPORTDOCS)
RUN_DEPENDS+= ${LOCALBASE}/share/X11/doc/hardcopy/BDF/bdf.PS.gz:${PORTSDIR}/x11/xorg-docs
+.endif
# app, lib, font, driver, proto
RUN_DEPENDS+= ${LOCALBASE}/libdata/xorg/apps:${PORTSDIR}/x11/xorg-apps \