diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-19 10:31:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-19 10:31:04 +0000 |
commit | 7a4662e170aba67be98dd1e72f9417e10ad94e5a (patch) | |
tree | ce9091b5bb7c9e504349f6d75d3549f9da46b3e6 /net | |
parent | 07f65db017d0913a98ff1dd14ad473b44f309dba (diff) | |
download | freebsd-ports-7a4662e170aba67be98dd1e72f9417e10ad94e5a.zip |
Remove LIB_DEPENDS on libz, it's in /usr/src now.
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsup/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index c39efdca2a0b..535ba803648d 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: asami # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/08 09:25:54 asami Exp $ # DISTNAME= cvsup-13.2 @@ -12,8 +12,7 @@ MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/ MAINTAINER= jdp@FreeBSD.org -LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz \ - m3\\.353\\.:${PORTSDIR}/lang/modula-3 +LIB_DEPENDS= m3\\.353\\.:${PORTSDIR}/lang/modula-3 MAKE_ENV= M3FLAGS=-DDYNAMIC |