diff options
author | jdp <jdp@FreeBSD.org> | 1996-09-27 10:33:15 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-09-27 10:33:15 +0800 |
commit | eb54e28391e75e5d97102f9d0fbc94254870ffa7 (patch) | |
tree | 5e1e09c39b8ea43d79448f522f864207368b0137 | |
parent | 67e13b5453abfc3a7e02508052b8581fb1c4ee94 (diff) | |
download | freebsd-ports-gnome-eb54e28391e75e5d97102f9d0fbc94254870ffa7.tar.gz freebsd-ports-gnome-eb54e28391e75e5d97102f9d0fbc94254870ffa7.tar.zst freebsd-ports-gnome-eb54e28391e75e5d97102f9d0fbc94254870ffa7.zip |
Update for new version of Modula-3.
Fix a typo in the "Version required" comment.
-rw-r--r-- | net/cvsup/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 6b5055907b56..e01f90b6bbc0 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: cvsup -# Version required: 13.3 +# Version required: 13.4 # Date created: 7 August 1995 # Whom: asami # -# $Id: Makefile,v 1.4 1996/09/10 05:28:25 jdp Exp $ +# $Id: Makefile,v 1.6 1996/09/13 00:13:17 jdp Exp $ # DISTNAME= cvsup-13.4 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/ MAINTAINER= jdp@FreeBSD.org -LIB_DEPENDS= m3\\.2\\.:${PORTSDIR}/lang/modula-3 +LIB_DEPENDS= m3\\.3\\.:${PORTSDIR}/lang/modula-3 MAKE_ENV= M3FLAGS=-DDYNAMIC |