diff options
author | agc <agc> | 1998-11-19 15:40:45 +0000 |
---|---|---|
committer | agc <agc> | 1998-11-19 15:40:45 +0000 |
commit | bb673b910abe94857f50a7b091c31d07297f26b9 (patch) | |
tree | c285dda7482793338f087ec5157582592dfd2d60 /print | |
parent | 13efefe4837fa4dc3a8b1a14d0d8d617ff67d207 (diff) | |
download | pkgsrc-bb673b910abe94857f50a7b091c31d07297f26b9.tar.gz |
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'print')
-rw-r--r-- | print/gv/Makefile | 4 | ||||
-rw-r--r-- | print/lyx/Makefile | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 4db6ef637cd..f6d9009a7e5 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/08/20 15:17:24 tsarna Exp $ +# $NetBSD: Makefile,v 1.15 1998/11/19 15:40:46 agc Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://wwwthep.physik.uni-mainz.de/~plass/gv/ DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d -RUN_DEPENDS= ${LOCALBASE}/bin/gs:../../print/ghostscript5 +DEPENDS+= ghostscript-5.50:../../print/ghostscript5 USE_IMAKE= yes diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 7c1058ae70e..5c53a048b70 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/11/13 13:04:51 matthias Exp $ +# $NetBSD: Makefile,v 1.13 1998/11/19 15:40:46 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp # @@ -10,11 +10,10 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://la1ad.uio.no/lyx/ -BUILD_DEPENDS= latex:../../print/teTeX -RUN_DEPENDS= latex:../../print/teTeX \ - ispell:../../textproc/ispell DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= xforms-0.88:../../x11/xforms +DEPENDS+= teTeX-0.4p8:../../print/teTeX +DEPENDS+= ispell-3.1.20:../../textproc/ispell ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k |