diff options
author | mellon <mellon> | 1999-03-01 15:45:18 +0000 |
---|---|---|
committer | mellon <mellon> | 1999-03-01 15:45:18 +0000 |
commit | 245671181745e9d35408188acef89d68334f07a3 (patch) | |
tree | 6b49dd2897c128902011f4a327196bec443b8007 /x11/XmHTML | |
parent | c6c41388f599f2ca8cd786c05c600fe95fc4228d (diff) | |
download | pkgsrc-245671181745e9d35408188acef89d68334f07a3.tar.gz |
Add dependency for png.
Diffstat (limited to 'x11/XmHTML')
-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}) |