diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-11-01 20:30:46 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-11-01 20:30:46 +0000 |
commit | acb179bb4105191aadec64eb8b5971629ab95d1c (patch) | |
tree | d5a366594df5020f06636cb2b49e56c09ae31229 /net | |
parent | Install additional links to "m3build" with version numbers in their (diff) |
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
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 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: |