diff options
author | jdp <jdp@FreeBSD.org> | 1996-10-30 07:26:23 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-10-30 07:26:23 +0800 |
commit | f1cfae18dc215b392c7c7b78ace790293d2265cb (patch) | |
tree | 0af735467b8956d23534de99cec68e9046c55eaa /net/cvsup | |
parent | b890004ae8ff7e19e62ee71859f6ce929a30a411 (diff) | |
download | freebsd-ports-gnome-f1cfae18dc215b392c7c7b78ace790293d2265cb.tar.gz freebsd-ports-gnome-f1cfae18dc215b392c7c7b78ace790293d2265cb.tar.zst freebsd-ports-gnome-f1cfae18dc215b392c7c7b78ace790293d2265cb.zip |
Change the dependencies to take advantage of the new "modula-3-lib"
port, which installs only the shared libraries and not the entire
development system. This should make the package much more convenient
to use.
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 055add595a74..1ced121baab2 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: asami # -# $Id: Makefile,v 1.8 1996/10/20 14:26:24 wosch Exp $ +# $Id: Makefile,v 1.9 1996/10/22 03:12:33 jdp Exp $ # DISTNAME= cvsup-13.4 @@ -12,18 +12,9 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/ MAINTAINER= jdp@FreeBSD.org -LIB_DEPENDS= m3\\.3\\.:${PORTSDIR}/lang/modula-3 +BUILD_DEPENDS= m3build:${PORTSDIR}/lang/modula-3 +LIB_DEPENDS= m3\\.4\\.:${PORTSDIR}/lang/modula-3-lib MAKE_ENV= M3FLAGS=-DDYNAMIC -pre-fetch warning: - @${ECHO} "WARNING WARNING WARNING WARNING WARNING WARNING" - @${ECHO} "CVSup depends on Modula-3, which requires > 30MB disk space." - @${ECHO} "You don't need to install Modula-3 unless you want it for - @${ECHO} "some other reason. You can get static binaries of CVSup" - @${ECHO} "from:" - @${ECHO} "" - @${ECHO} " ftp://freefall.freebsd.org/pub/CVSup/" - @${ECHO} "" - .include <bsd.port.mk> |