From d9c09a3e8ef680d48328fc9206b5d2ba201e9d56 Mon Sep 17 00:00:00 2001 From: jdp Date: Fri, 1 Nov 1996 20:30:46 +0000 Subject: Change the BUILD_DEPENDS so that it requires a particular version of m3build. Otherwise, it is possible to end up with shared libraries and interface files that come from different and incompatible versions. Problem reported by: asami@freebsd.org --- net/cvsup/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index f3d7d7f54295..07fe5d8c81ed 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.11 1996/11/01 04:14:04 jdp Exp $ +# $Id: Makefile,v 1.12 1996/11/01 17:02:06 jdp Exp $ # DISTNAME= cvsup-13.5 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/ MAINTAINER= jdp@FreeBSD.org -BUILD_DEPENDS= m3build:${PORTSDIR}/lang/modula-3 +BUILD_DEPENDS= m3build-4:${PORTSDIR}/lang/modula-3 LIB_DEPENDS= m3\\.4\\.:${PORTSDIR}/lang/modula-3-lib # To build the client without GUI support: -- cgit