diff options
author | jdp <jdp@FreeBSD.org> | 1996-11-02 04:30:46 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-11-02 04:30:46 +0800 |
commit | d9c09a3e8ef680d48328fc9206b5d2ba201e9d56 (patch) | |
tree | b57041a603aa6323ff3e6799a8425bcec4dada68 | |
parent | 2c41b3d96749f43de05e49c3d7ba9cca28213bc8 (diff) | |
download | freebsd-ports-gnome-d9c09a3e8ef680d48328fc9206b5d2ba201e9d56.tar.gz freebsd-ports-gnome-d9c09a3e8ef680d48328fc9206b5d2ba201e9d56.tar.zst freebsd-ports-gnome-d9c09a3e8ef680d48328fc9206b5d2ba201e9d56.zip |
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
-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: |