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 /news/xvnews/Makefile | |
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 'news/xvnews/Makefile')
-rw-r--r-- | news/xvnews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/xvnews/Makefile b/news/xvnews/Makefile index 141a6b4..cf1b2f9 100644 --- a/news/xvnews/Makefile +++ b/news/xvnews/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Jul 1996 # Whom: shanee@augusta.de # -# $Id: Makefile,v 1.3 1997/10/26 23:57:21 fenner Exp $ +# $Id: Makefile,v 1.4 1998/08/07 23:56:45 asami Exp $ # DISTNAME= xvnews-2.3.2 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= shanee@augusta.de -LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |