diff options
Diffstat (limited to 'x11/XmHTML')
-rw-r--r-- | x11/XmHTML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile index cc53b9c7c7e..6d1aed8acde 100644 --- a/x11/XmHTML/Makefile +++ b/x11/XmHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/09/07 03:18:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 1999/11/07 17:25:31 hubertf Exp $ # DISTNAME= XmHTML-1.1.5 @@ -10,10 +10,10 @@ HOMEPAGE= http://www.xs4all.nl/~ripley/XmHTML/ DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= lesstif-0.88.9:../../x11/lesstif DEPENDS+= png-1.0.3:../../graphics/png USE_X11= yes +USE_MOTIF= yes do-configure: @(cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} XPROJECTROOT=${X11BASE} ${XMKMF}) |