diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-09-27 02:33:15 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-09-27 02:33:15 +0000 |
commit | 35c8d1d8a89f0148f7353771637e96d7f364db23 (patch) | |
tree | 532bfaf8d84025f41bf14ef2679bd93f72abf8e4 | |
parent | 9c12b0f08a5c015bc51d5f618a7c1a73001505fe (diff) | |
download | freebsd-ports-35c8d1d8a89f0148f7353771637e96d7f364db23.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 |