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 /sysutils | |
parent | acff2425c05908639e91e5f4da2d89e94230bb1a (diff) |
Remove regexp support for libxview not that it builds ELF too.
Notes
Notes:
svn path=/head/; revision=13294
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/contool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/contool/Makefile b/sysutils/contool/Makefile index d1237f1da24a..510c1eb73928 100644 --- a/sysutils/contool/Makefile +++ b/sysutils/contool/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Dec 1996 # Whom: nsayer@quack.kfu.com # -# $Id: Makefile,v 1.4 1997/12/15 17:09:23 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/08/07 23:56:47 asami Exp $ # DISTNAME= contool-3.3a @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.kfu.com/pub/ MAINTAINER= nsayer@quack.kfu.com -LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib NO_CDROM= "source code cannot be sold, nor can you incorporate the source code into a product which is subsequently sold" NO_WRKSUBDIR= yes |