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 /x11/xfinans/Makefile | |
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 'x11/xfinans/Makefile')
-rw-r--r-- | x11/xfinans/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfinans/Makefile b/x11/xfinans/Makefile index bb7b5f69253..b8ef24310c5 100644 --- a/x11/xfinans/Makefile +++ b/x11/xfinans/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/08/27 13:46:00 garbled Exp $ +# $NetBSD: Makefile,v 1.6 1998/11/19 15:40:48 agc Exp $ # DISTNAME= xfinans-5.9 @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= apps/financial/accounting MAINTAINER= root@garbled.net HOMEPAGE= http://www.cs.auc.dk/~lupus/xfinans.html -RUN_DEPENDS= gnuplot:../../graphics/gnuplot +DEPENDS= gnuplot-3.5:../../graphics/gnuplot USE_IMAKE= yes |