diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:03:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:03:38 +0000 |
commit | 43133f5e9b7ee8954948d90ae61b931a9709f2d9 (patch) | |
tree | 653682841aec270696ea75885fcd9dfc77580cbf /net/cnet/Makefile | |
parent | Update MASTER_SITES. (diff) |
Update to version 1.4p4.
PR: 10205
Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
Notes
Notes:
svn path=/head/; revision=17210
Diffstat (limited to 'net/cnet/Makefile')
-rw-r--r-- | net/cnet/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/cnet/Makefile b/net/cnet/Makefile index 9d2467d11774..50d400298964 100644 --- a/net/cnet/Makefile +++ b/net/cnet/Makefile @@ -3,14 +3,16 @@ # Date created: Feb 8th, 1988 # Whom: jkh # -# $Id: Makefile,v 1.5 1998/09/21 22:15:56 steve Exp $ +# $Id: Makefile,v 1.6 1998/11/29 22:27:20 asami Exp $ # -DISTNAME= cnet-1.4-3 -PKGNAME= cnet-1.4p3 +DISTNAME= cnet-1.4-4 +PKGNAME= cnet-1.4p4 CATEGORIES= net MASTER_SITES= http://www.cs.uwa.edu.au/pls/cnet/ +MAINTAINER= ports@FreeBSD.org + LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib \ Xpm.4:${PORTSDIR}/graphics/xpm |