diff options
author | tron <tron> | 2000-07-28 17:26:48 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-28 17:26:48 +0000 |
commit | 9bc572d36618245e36502e7d5c501d9f5553ba70 (patch) | |
tree | 3ecb1daa079ecf45f19dda90b1692b3aedae7257 /www/Mosaic | |
parent | e5894dbdc857f3850a877da2e3e07a28faa8a117 (diff) | |
download | pkgsrc-9bc572d36618245e36502e7d5c501d9f5553ba70.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 |