diff options
author | agc <agc@pkgsrc.org> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-30 13:56:55 +0000 |
commit | ae35b6154807dcc8e7b52b4af95aea0d3dc32d64 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /www/lynx | |
parent | 517e21a42cdd21bd90f199e6eda56f3bba08c105 (diff) | |
download | pkgsrc-ae35b6154807dcc8e7b52b4af95aea0d3dc32d64.tar.gz |
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 5c280db0267..b1032578bfc 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -4,7 +4,7 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $NetBSD: Makefile,v 1.4 1998/01/24 23:50:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/01/30 13:58:05 agc Exp $ # FreeBSD Id: Makefile,v 1.71 1997/11/24 19:35:30 ache Exp # @@ -16,7 +16,7 @@ MASTER_SITES= http://sol.slcc.edu/lynx/current/ MAINTAINER= ache@FreeBSD.ORG -LIB_DEPENDS= ncurses\\.3\\.4:${PORTSDIR}/devel/ncurses +LIB_DEPENDS= ncurses.3.4:${PORTSDIR}/devel/ncurses CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" GNU_CONFIGURE= YES |