diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-09-10 05:28:25 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-09-10 05:28:25 +0000 |
commit | fc65a6cced7a77c4cbfed6973685d3ad37f51b09 (patch) | |
tree | 7039806cb8fa98222c46eab1c7e85489f050b146 /net/cvsup/Makefile | |
parent | Update the Modula-3 port with two main goals in mind. (diff) |
Update for new version of the Modula-3 port. The new port really
needs to be used for building CVSup, because it fixes some M3 bugs
that affect CVSup.
Diffstat (limited to '')
-rw-r--r-- | net/cvsup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 170a42728e11..5119d85f04de 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: asami # -# $Id: Makefile,v 1.2 1996/08/19 10:31:03 asami Exp $ +# $Id: Makefile,v 1.3 1996/08/23 20:51:19 jdp Exp $ # DISTNAME= cvsup-13.3 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/ MAINTAINER= jdp@FreeBSD.org -LIB_DEPENDS= m3\\.353\\.:${PORTSDIR}/lang/modula-3 +LIB_DEPENDS= m3\\.354\\.:${PORTSDIR}/lang/modula-3 MAKE_ENV= M3FLAGS=-DDYNAMIC |