diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-07-15 12:37:09 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-07-15 12:37:09 +0000 |
commit | 35c032fe4d2ae5f03a89ecc87dec5af69c7e4ae8 (patch) | |
tree | 8ddb49c806c9a53c8e554cdffd5052c80981ede6 /x11/xorg | |
parent | be6e3fea61352cedb6db5bf13ece6a52679639b5 (diff) |
Don't install xorg-docs if NOPORTDOCS is defined.
PR: ports/125629
Submitted by: Dan Lukes <dan@obluda.cz>
Notes
Notes:
svn path=/head/; revision=216870
Diffstat (limited to 'x11/xorg')
-rw-r--r-- | x11/xorg/Makefile | 2 |
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 \ |