diff options
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r-- | net/cvsup/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 349c0825f54b..591856d7438c 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cvsup -# Version required: 15.0 +# Version required: 15.1 # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.18 1997/05/06 15:03:41 jdp Exp $ +# $Id: Makefile,v 1.19 1997/05/18 00:32:02 jdp Exp $ # -DISTNAME= cvsup-15.0 +DISTNAME= cvsup-15.1 CATEGORIES= devel net MASTER_SITES= ftp://hub.freebsd.org/pub/CVSup/ \ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ @@ -14,8 +14,8 @@ MASTER_SITES= ftp://hub.freebsd.org/pub/CVSup/ \ MAINTAINER= jdp@FreeBSD.org -BUILD_DEPENDS= m3build-4:${PORTSDIR}/lang/modula-3 -LIB_DEPENDS= m3\\.4\\.:${PORTSDIR}/lang/modula-3-lib +BUILD_DEPENDS= m3build-5:${PORTSDIR}/lang/modula-3 +LIB_DEPENDS= m3\\.5\\.:${PORTSDIR}/lang/modula-3-lib # To build the client without GUI support: #MAKE_ENV= M3FLAGS=-DNOGUI |