summaryrefslogtreecommitdiff
path: root/net/cvsup/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2002-01-04 05:20:48 +0000
committerJohn Polstra <jdp@FreeBSD.org>2002-01-04 05:20:48 +0000
commit891d021090d373e58a0bff40e7c7884fa93d87f6 (patch)
treee1555601b41c9624d37a32e043c15f2bc3e07ee5 /net/cvsup/Makefile
parentChange site-lisp directory to version specific one since Emacs 21 contains eudc. (diff)
Add USE_XLIB=yes when building with the GUI.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=52553
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r--net/cvsup/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index 2d765abffd2b..da2f474433d8 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -19,6 +19,7 @@ MAINTAINER= jdp@FreeBSD.org
M3FLAGS+= -DNOGUI
BUILD_DEPENDS= ${PREFIX}/lib/m3/pkg/tcp/${TARGET}/libm3tcp.a:${PORTSDIR}/lang/ezm3
.else
+USE_XLIB= yes
BUILD_DEPENDS= ${PREFIX}/lib/m3/pkg/formsvbt/${TARGET}/libm3formsvbt.a:${PORTSDIR}/lang/ezm3
.endif