diff options
author | jdp <jdp@FreeBSD.org> | 1996-09-10 13:28:25 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-09-10 13:28:25 +0800 |
commit | b5a94b61e9ce8e07ba831f6bc379fb2eccb3855d (patch) | |
tree | 8a98a0cd78a593d55239090b113048c2bb0d3d4b /net | |
parent | 62a4c9866a6233b74c12283205108fb00f2b8f2f (diff) | |
download | freebsd-ports-gnome-b5a94b61e9ce8e07ba831f6bc379fb2eccb3855d.tar.gz freebsd-ports-gnome-b5a94b61e9ce8e07ba831f6bc379fb2eccb3855d.tar.zst freebsd-ports-gnome-b5a94b61e9ce8e07ba831f6bc379fb2eccb3855d.zip |
Update for new version of the Modula-3 port. The new port really
needs to be used for building CVSup, because it fixes some M3 bugs
that affect CVSup.
Diffstat (limited to 'net')
-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 170a42728e11..5119d85f04de 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: asami # -# $Id: Makefile,v 1.2 1996/08/19 10:31:03 asami Exp $ +# $Id: Makefile,v 1.3 1996/08/23 20:51:19 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\\.353\\.:${PORTSDIR}/lang/modula-3 +LIB_DEPENDS= m3\\.354\\.:${PORTSDIR}/lang/modula-3 MAKE_ENV= M3FLAGS=-DDYNAMIC |