Add missing USE_XLIB=yes

This commit is contained in:
Kris Kennaway 2002-10-19 22:53:09 +00:00
parent 3065608291
commit 2751f0a36b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68388

View file

@ -17,6 +17,7 @@ LIB_DEPENDS= tds.0:${PORTSDIR}/databases/freetds
.ifndef WITHOUT_X11
WITH_MOTIF= yes
CONFIGURE_ARGS+=--with-motif
USE_XLIB= yes
.else
PKGNAMESUFFIX+= -nox11
.endif