diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-04 23:18:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-04 23:18:39 +0000 |
commit | 2c78917c6bd9f920d6969dc923bd329977990eb8 (patch) | |
tree | 7cede1b80ccfbfd4c83026ab57ab994de9df10db /net/cnet | |
parent | abfb4e0f7afc74e6ff17e837a2ee48a44762bd71 (diff) | |
download | ports-2c78917c6bd9f920d6969dc923bd329977990eb8.tar.gz ports-2c78917c6bd9f920d6969dc923bd329977990eb8.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 50d400298964..c3fdbbc7261d 100644 --- a/net/cnet/Makefile +++ b/net/cnet/Makefile @@ -3,7 +3,7 @@ # Date created: Feb 8th, 1988 # Whom: jkh # -# $Id: Makefile,v 1.6 1998/11/29 22:27:20 asami Exp $ +# $Id: Makefile,v 1.7 1999/03/15 02:03:30 steve Exp $ # DISTNAME= cnet-1.4-4 @@ -13,7 +13,7 @@ MASTER_SITES= http://www.cs.uwa.edu.au/pls/cnet/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib \ +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview \ Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/cnet-1.4 |