diff options
-rw-r--r-- | x11/XmHTML/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile index 81741f228e5..375e175b580 100644 --- a/x11/XmHTML/Makefile +++ b/x11/XmHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/01/22 06:27:03 mellon Exp $ +# $NetBSD: Makefile,v 1.2 1999/01/22 06:41:08 mellon Exp $ # DISTNAME= XmHTML-1.1.5 @@ -8,6 +8,9 @@ MASTER_SITES= http://www.xs4all.nl/~ripley/XmHTML/dist/ MAINTAINER= mellon@isc.org HOMEPAGE= http://www.xs4all.nl/~ripley/XmHTML/ +DEPENDS += xpm:../../graphics/xpm +DEPENDS += jpeg:../../graphics/jpeg + USE_LOCALBASE_FOR_X11= USE_IMAKE= yes |