diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /net/cnet | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Notes
Diffstat (limited to 'net/cnet')
-rw-r--r-- | net/cnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cnet/Makefile b/net/cnet/Makefile index 77af859adf82..f1a43cc6a9a2 100644 --- a/net/cnet/Makefile +++ b/net/cnet/Makefile @@ -3,7 +3,7 @@ # Date created: Feb 8th, 1988 # Whom: jkh # -# $Id: Makefile,v 1.2 1998/02/16 10:54:05 asami Exp $ +# $Id: Makefile,v 1.3 1998/02/16 12:06:41 jkh Exp $ # DISTNAME= cnet-1.4-3 @@ -11,7 +11,7 @@ PKGNAME= cnet-1.4p3 CATEGORIES= net MASTER_SITES= http://www.cs.uwa.edu.au/pls/cnet/ -LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11/xview-lib +LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib WRKSRC= ${WRKDIR}/cnet-1.4 ALL_TARGET= |