diff options
author | John Polstra <jdp@FreeBSD.org> | 2002-01-04 05:20:48 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2002-01-04 05:20:48 +0000 |
commit | 891d021090d373e58a0bff40e7c7884fa93d87f6 (patch) | |
tree | e1555601b41c9624d37a32e043c15f2bc3e07ee5 /net/cvsup | |
parent | Change 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>
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 1 |
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 |