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 /x11-wm/olvwm | |
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 'x11-wm/olvwm')
-rw-r--r-- | x11-wm/olvwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/olvwm/Makefile b/x11-wm/olvwm/Makefile index b4ad5d1..d7492c1 100644 --- a/x11-wm/olvwm/Makefile +++ b/x11-wm/olvwm/Makefile @@ -3,7 +3,7 @@ # Date created: 21 October 1994 # Whom: smace # -# $Id: Makefile,v 1.12 1998/08/07 23:56:53 asami Exp $ +# $Id: Makefile,v 1.13 1998/08/24 01:28:42 steve Exp $ # DISTNAME= olvwm4 @@ -21,7 +21,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= brianfeldman@hotmail.com -LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib NO_WRKSUBDIR= yes USE_IMAKE= yes |