diff options
author | steve <steve@FreeBSD.org> | 1998-09-21 22:15:59 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-21 22:15:59 +0000 |
commit | 919ea254683fc089c77947c617de5f4c5a6ba835 (patch) | |
tree | 6079bcf84323bcd822b46038c4b06aa47d3e6ac2 /sysutils/contool | |
parent | fe0e01ed5fa1231f045bf707fdf67eabe1fca01d (diff) | |
download | FreeBSD-ports-919ea254683fc089c77947c617de5f4c5a6ba835.zip FreeBSD-ports-919ea254683fc089c77947c617de5f4c5a6ba835.tar.gz |
Remove regexp support for libxview not that it builds ELF too.
Diffstat (limited to 'sysutils/contool')
-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 d1237f1..510c1eb 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 |