diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 04:15:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 04:15:47 +0000 |
commit | 7d6767bc3dbcf8b5fe56f53a94eb89dd2143fa7a (patch) | |
tree | d54c3a299c9077a8d81a3ebb0a4e1a903fedfc68 | |
parent | Fix build (chase libusb to libusbhid) (diff) |
Add USE_XLIB=yes
-rw-r--r-- | devel/crystal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/crystal/Makefile b/devel/crystal/Makefile index a15502c61a02..4f732b12d85d 100644 --- a/devel/crystal/Makefile +++ b/devel/crystal/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_BZIP2= yes USE_GMAKE= yes +USE_XLIB= yes WRKSRC= ${WRKDIR}/CS |