diff options
-rw-r--r-- | x11/XmHTML/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile index c230492a434..ff4a85c83fe 100644 --- a/x11/XmHTML/Makefile +++ b/x11/XmHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/01/22 17:00:14 mellon Exp $ +# $NetBSD: Makefile,v 1.4 1999/03/01 15:45:18 mellon Exp $ # DISTNAME= XmHTML-1.1.5 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.xs4all.nl/~ripley/XmHTML/ DEPENDS += xpm-3.4k:../../graphics/xpm DEPENDS += jpeg-6b:../../graphics/jpeg DEPENDS += lesstif-0.87.1:../lesstif +DEPENDS += png-1.0.2:../../graphics/png do-configure: @(cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} XPROJECTROOT=${X11BASE} ${XMKMF}) |