summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1996-10-29 23:26:23 +0000
committerJohn Polstra <jdp@FreeBSD.org>1996-10-29 23:26:23 +0000
commit831a1ffa323a8b16a479a234ce078ace132708e7 (patch)
tree11e631ff36b5d3d2820d03cd69047870ca8b9565 /net
parentSplit this port into two pieces, with most of the work now being done by (diff)
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.
Notes
Notes: svn path=/head/; revision=4191
Diffstat (limited to 'net')
-rw-r--r--net/cvsup/Makefile15
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>