diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-07-04 05:53:33 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-07-04 05:53:33 +0000 |
commit | 40060a667787ec939229d6e7e74459b7a10505ee (patch) | |
tree | 8ff7716d103055fac25049b0802055416dc94e37 | |
parent | f825d995b96488ce24788e26ca47bbcc272844ef (diff) | |
download | pkgsrc-40060a667787ec939229d6e7e74459b7a10505ee.tar.gz |
Update Xaw3d to 1.5.
-rw-r--r-- | editors/xemacs20/Makefile | 4 | ||||
-rw-r--r-- | graphics/xfig/Makefile | 4 | ||||
-rw-r--r-- | print/gv/Makefile | 4 | ||||
-rw-r--r-- | x11/xscreensaver/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index d58bb292e11..cfece0c1507 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1998/07/04 05:11:12 mycroft Exp $ +# $NetBSD: Makefile,v 1.28 1998/07/04 05:53:33 mycroft Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -26,7 +26,7 @@ WITH_SOUND= DEPENDS+= xpm-3.4j:../../graphics/xpm DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= Xaw3d-1.3:../../x11/Xaw3d +DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d DEPENDS+= png-0.96:../../graphics/png HAS_CONFIGURE= yes diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index ebc4a030c48..598c2b5e436 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/07/04 05:11:14 mycroft Exp $ +# $NetBSD: Makefile,v 1.12 1998/07/04 05:53:33 mycroft Exp $ # DISTNAME= xfig.3.2.2 @@ -13,7 +13,7 @@ MAINTAINER= root@garbled.futureone.com DEPENDS+= transfig-3.2.1:../../print/transfig DEPENDS+= xpm-3.4j:../../graphics/xpm DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= Xaw3d-1.3:../../x11/Xaw3d +DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d CONFLICTS= xfig-3.2 diff --git a/print/gv/Makefile b/print/gv/Makefile index fc90c209f57..c6112f39c1e 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/06/22 13:04:38 agc Exp $ +# $NetBSD: Makefile,v 1.13 1998/07/04 05:53:33 mycroft Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/ MAINTAINER= packages@netbsd.org -DEPENDS+= Xaw3d-1.3:../../x11/Xaw3d +DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d RUN_DEPENDS= ${LOCALBASE}/bin/gs:../../print/ghostscript5 USE_IMAKE= yes diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 905e2ea57d3..71e959e84e5 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/06/27 23:39:23 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/07/04 05:53:33 mycroft Exp $ # DISTNAME= xscreensaver-2.23 @@ -8,7 +8,7 @@ MASTER_SITES= http://people.netscape.com/jwz/xscreensaver/ MAINTAINER= packages@netbsd.org DEPENDS+= xpm-3.4j:../../graphics/xpm -DEPENDS+= Xaw3d-1.3:../../x11/Xaw3d +DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d DEPENDS+= Mesa-2.6:../../graphics/Mesa GNU_CONFIGURE= yes |