diff options
-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 |