Oops, revert previous commit

This commit is contained in:
Kris Kennaway 2000-05-07 09:23:37 +00:00
parent 42bfb5ed40
commit 4cc2c0e494
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60130

View file

@ -26,8 +26,8 @@ EXEGRP= bin
#BINMODE= 2555
EXEMODE= 444
.if !defined(NO_X11SUPPORT) && !defined(DESTDIR) \
&& exists(${X11BASE}/include/X11/X.h) && exists(${XLIBDIR}/libX11.a)
.if !defined(NO_X) && !defined(DESTDIR) && exists(${X11BASE}/include/X11/X.h) \
&& exists(${XLIBDIR}/libX11.a)
CFLAGS+= -I${X11BASE}/include
LDADD+= -L${XLIBDIR} -lX11
DPADD+= ${XLIBDIR}/libX11.a