diff options
author | agc <agc@pkgsrc.org> | 1998-11-19 15:40:45 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-11-19 15:40:45 +0000 |
commit | 2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b (patch) | |
tree | c285dda7482793338f087ec5157582592dfd2d60 /cad/pcb | |
parent | 1865bbdb5bd94b772305d24c405e38f57a3f919a (diff) | |
download | pkgsrc-2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b.tar.gz |
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'cad/pcb')
-rw-r--r-- | cad/pcb/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 5f2ce48301f..e89440ea39d 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/11/07 14:30:33 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/11/19 15:40:45 agc Exp $ # FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp # @@ -10,9 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org -BUILD_DEPENDS= gm4:../../devel/m4 \ - texindex:../../print/teTeX -RUN_DEPENDS= gm4:../../devel/m4 +BUILD_DEPENDS= texindex:../../print/teTeX +DEPENDS+= m4-1.4:../../devel/m4 USE_IMAKE= yes |