diff options
-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 |