diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 22:15:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 22:15:59 +0000 |
commit | a198154cf277f8795e1ab43acb6bc191f9fcccf9 (patch) | |
tree | 3680bcca1bfc92629c58f00af8f9ee3d15436008 /net | |
parent | Remove regexp libXbae library. (diff) |
Remove regexp support for libxview not that it builds ELF too.
Notes
Notes:
svn path=/head/; revision=13294
Diffstat (limited to 'net')
-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 f1a43cc6a9a2..532472e51445 100644 --- a/net/cnet/Makefile +++ b/net/cnet/Makefile @@ -3,7 +3,7 @@ # Date created: Feb 8th, 1988 # Whom: jkh # -# $Id: Makefile,v 1.3 1998/02/16 12:06:41 jkh Exp $ +# $Id: Makefile,v 1.4 1998/08/07 23:56:42 asami 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-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib WRKSRC= ${WRKDIR}/cnet-1.4 ALL_TARGET= |