1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Don't install xorg-docs if NOPORTDOCS is defined.

PR:		ports/125629
Submitted by:	Dan Lukes <dan@obluda.cz>
This commit is contained in:
Florent Thoumie 2008-07-15 12:37:09 +00:00
parent be6e3fea61
commit 35c032fe4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216870

View File

@ -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 \