diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-09-12 00:40:45 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-09-12 00:40:45 +0000 |
commit | 1baa515e775ffa4725ae1c178a53d1618f8d5a0b (patch) | |
tree | 0579380960e6921374ebc411bde0fbcffea85bc1 | |
parent | 209c7b4381b4d1c045e62779057fad952aee93f8 (diff) | |
download | freebsd-ports-1baa515e775ffa4725ae1c178a53d1618f8d5a0b.zip |
Update for new version of the Modula-3 port.
-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 5119d85f04de..8618c66904f8 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: asami # -# $Id: Makefile,v 1.3 1996/08/23 20:51:19 jdp Exp $ +# $Id: Makefile,v 1.4 1996/09/10 05:28:25 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\\.354\\.:${PORTSDIR}/lang/modula-3 +LIB_DEPENDS= m3\\.2\\.:${PORTSDIR}/lang/modula-3 MAKE_ENV= M3FLAGS=-DDYNAMIC |