summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1995-07-29 17:47:53 +0000
committerpst <pst@FreeBSD.org>1995-07-29 17:47:53 +0000
commite3f0703d4291cdfb759c79e094fc46b035650fa3 (patch)
tree88d00166c22083e0d96c91fcceab8224c0ed10d8 /gnu/usr.bin/groff
parent8ca6f0e2ac03860ba35ea0157df1176066c3f36f (diff)
downloadFreeBSD-src-e3f0703d4291cdfb759c79e094fc46b035650fa3.zip
FreeBSD-src-e3f0703d4291cdfb759c79e094fc46b035650fa3.tar.gz
Don't build xditview unless the actual include files for X11 are present.
Merely checking for the directory is -not- sufficient, since the XFree86 non-programmers distribution has that directory to hold bitmaps.
Diffstat (limited to 'gnu/usr.bin/groff')
-rw-r--r--gnu/usr.bin/groff/xditview/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/xditview/Makefile b/gnu/usr.bin/groff/xditview/Makefile
index 3c6d2b6..9aa11dc 100644
--- a/gnu/usr.bin/groff/xditview/Makefile
+++ b/gnu/usr.bin/groff/xditview/Makefile
@@ -1,4 +1,4 @@
-.if exists(${X11BASE}/include)
+.if exists(${X11BASE}/include/X11/Xlib.h)
.if exists(${X11BASE}/lib)
.if exists(${DESTDIR}${X11BASE}/bin)
.if exists(${DESTDIR}${X11BASE}/man/man1)
OpenPOWER on IntegriCloud