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 | 3372573aa743387fe82a7647e92f1de1c3343db2 (diff) | |
download | ports-891d021090d373e58a0bff40e7c7884fa93d87f6.tar.gz ports-891d021090d373e58a0bff40e7c7884fa93d87f6.zip |
Notes
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 |