diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-08-04 06:42:33 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-08-04 06:42:33 +0000 |
commit | 907a651b9782abf01411b46c341e55a6028038a3 (patch) | |
tree | b32a43de7ab24cd8196b3b9d4aaa3300d29222cf /benchmarks/dbs | |
parent | 8de3a0c3c1321abb03eff07a4b814653a33d7b0e (diff) | |
download | ports-907a651b9782abf01411b46c341e55a6028038a3.tar.gz ports-907a651b9782abf01411b46c341e55a6028038a3.zip |
Notes
Diffstat (limited to 'benchmarks/dbs')
-rw-r--r-- | benchmarks/dbs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile index 1d5458a3b956..9a8d73d7d811 100644 --- a/benchmarks/dbs/Makefile +++ b/benchmarks/dbs/Makefile @@ -3,7 +3,7 @@ # Date created: 1 August 1998 # Whom: jkoshy # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/01 23:34:42 jkoshy Exp $ # DISTNAME= dbs-1.1.5 @@ -12,6 +12,8 @@ MASTER_SITES= http://shika.aist-nara.ac.jp/member/yukio-m/dbs/software1.1.5/ MAINTAINER= jkoshy@freebsd.org +RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot + DOCDIR= ${PREFIX}/share/doc/dbs/ DOCS= dbs.man dbs.man.jis dbs_paper.ps Copyright EXDIR= ${PREFIX}/share/examples/dbs/ |