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 /x11/fvwm95 | |
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 'x11/fvwm95')
-rw-r--r-- | x11/fvwm95/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/fvwm95/Makefile b/x11/fvwm95/Makefile index d6f0a356baf..c4c9c8cb331 100644 --- a/x11/fvwm95/Makefile +++ b/x11/fvwm95/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/08/20 15:17:33 tsarna Exp $ +# $NetBSD: Makefile,v 1.14 1998/11/19 15:40:47 agc Exp $ # FreeBSD: Makefile,v 1.17 1997/12/24 01:21:18 alex Exp # @@ -12,8 +12,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= ftp://mitac11.uia.ac.be/html-test/fvwm95.html DEPENDS+= xpm-3.4k:../../graphics/xpm -BUILD_DEPENDS= ${LOCALBASE}/lib/librplay.a:../../audio/rplay -RUN_DEPENDS= xpmroot:../../x11/xpmroot +DEPENDS+= xpmroot-1.01:../../x11/xpmroot +DEPENDS+= rplay-3.2.0b6:../../audio/rplay USE_X11= yes GNU_CONFIGURE= yes |