diff options
author | tron <tron@pkgsrc.org> | 2000-02-01 18:52:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-02-01 18:52:34 +0000 |
commit | e0b9b189ccf83ebcb601c41f4e9c0cee19fb4818 (patch) | |
tree | f6fc4a9c26dfa28e61768d041ab0840db85621c7 | |
parent | dce50d28a8b0793dd8d1a06d74a5efad8d6c9dc2 (diff) | |
download | pkgsrc-e0b9b189ccf83ebcb601c41f4e9c0cee19fb4818.tar.gz |
"lesstif" requires "lynx" to builds its documentation.
-rw-r--r-- | x11/lesstif/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 5fe333910ba..67dd71b60db 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2000/01/31 20:45:43 drochner Exp $ +# $NetBSD: Makefile,v 1.45 2000/02/01 18:52:34 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.lesstif.org/ +BUILD_DEPENDS+= lynx:../../www/lynx + USE_LIBTOOL= yes USE_X11BASE= yes |