diff options
author | tron <tron@pkgsrc.org> | 2000-07-28 17:26:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-28 17:26:48 +0000 |
commit | f091085dc6caa164a828ab12e1918bee6932852c (patch) | |
tree | 3ecb1daa079ecf45f19dda90b1692b3aedae7257 /www/Mosaic | |
parent | 0aa5247dacafc2c3738b2d653f113092edb1d931 (diff) | |
download | pkgsrc-f091085dc6caa164a828ab12e1918bee6932852c.tar.gz |
This package requires the "lesstif12" package to build correctly.
Diffstat (limited to 'www/Mosaic')
-rw-r--r-- | www/Mosaic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 1e3aedbf1e6..9e94f39a38d 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/03/27 16:36:13 fredb Exp $ +# $NetBSD: Makefile,v 1.19 2000/07/28 17:26:48 tron Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -11,14 +11,14 @@ MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/ -DEPENDS= jpeg-6b:../../graphics/jpeg +DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= lesstif12-*:../../x11/lesstif12 DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= xpm-3.4k:../../graphics/xpm NOT_FOR_PLATFORM= *-*-alpha #LP64 problems USE_X11BASE= yes -USE_MOTIF= yes GNU_CONFIGURE= yes |