summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-06-06 09:21:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-06-06 09:21:25 +0000
commit224f5fbf28fa9b8d04c7c7de86c12719e6949b8a (patch)
tree05a35ee227f8190389f5d923879bc64876bdb046
parentYACC (yet another checksum change...). (diff)
Add BUILD_DEPENDS and RUN_DEPENDS to gnuplot. (Actually I'm not
sure if I really need the latter, but since we're building the required bits anyway....)
Notes
Notes: svn path=/head/; revision=11291
-rw-r--r--misc/amanda-client/Makefile8
-rw-r--r--misc/amanda-server/Makefile8
-rw-r--r--misc/amanda24-client/Makefile8
-rw-r--r--misc/amanda24-server/Makefile8
-rw-r--r--misc/amanda24/Makefile8
-rw-r--r--misc/amanda25-client/Makefile8
-rw-r--r--misc/amanda25-server/Makefile8
-rw-r--r--misc/amanda26-client/Makefile8
-rw-r--r--misc/amanda26-server/Makefile8
-rw-r--r--misc/amanda32-client/Makefile8
-rw-r--r--misc/amanda32-server/Makefile8
11 files changed, 44 insertions, 44 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile
index 4803e3e84f49..dabcb15b0825 100644
--- a/misc/amanda-client/Makefile
+++ b/misc/amanda-client/Makefile
@@ -3,7 +3,7 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $
+# $Id: Makefile,v 1.16 1998/06/05 22:13:19 asami Exp $
#
DISTNAME= amanda-2.4.0
@@ -12,10 +12,10 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
MAINTAINER= cwt@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/amanda-2.4.0
-
-BROKEN= package
+BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+WRKSRC= ${WRKDIR}/amanda-2.4.0
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile
index 4803e3e84f49..dabcb15b0825 100644
--- a/misc/amanda-server/Makefile
+++ b/misc/amanda-server/Makefile
@@ -3,7 +3,7 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $
+# $Id: Makefile,v 1.16 1998/06/05 22:13:19 asami Exp $
#
DISTNAME= amanda-2.4.0
@@ -12,10 +12,10 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
MAINTAINER= cwt@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/amanda-2.4.0
-
-BROKEN= package
+BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+WRKSRC= ${WRKDIR}/amanda-2.4.0
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
diff --git a/misc/amanda24-client/Makefile b/misc/amanda24-client/Makefile
index 4803e3e84f49..dabcb15b0825 100644
--- a/misc/amanda24-client/Makefile
+++ b/misc/amanda24-client/Makefile
@@ -3,7 +3,7 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $
+# $Id: Makefile,v 1.16 1998/06/05 22:13:19 asami Exp $
#
DISTNAME= amanda-2.4.0
@@ -12,10 +12,10 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
MAINTAINER= cwt@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/amanda-2.4.0
-
-BROKEN= package
+BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+WRKSRC= ${WRKDIR}/amanda-2.4.0
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
diff --git a/misc/amanda24-server/Makefile b/misc/amanda24-server/Makefile
index 4803e3e84f49..dabcb15b0825 100644
--- a/misc/amanda24-server/Makefile
+++ b/misc/amanda24-server/Makefile
@@ -3,7 +3,7 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $
+# $Id: Makefile,v 1.16 1998/06/05 22:13:19 asami Exp $
#
DISTNAME= amanda-2.4.0
@@ -12,10 +12,10 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
MAINTAINER= cwt@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/amanda-2.4.0
-
-BROKEN= package
+BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+WRKSRC= ${WRKDIR}/amanda-2.4.0
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
diff --git a/misc/amanda24/Makefile b/misc/amanda24/Makefile
index 4803e3e84f49..dabcb15b0825 100644
--- a/misc/amanda24/Makefile
+++ b/misc/amanda24/Makefile
@@ -3,7 +3,7 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $
+# $Id: Makefile,v 1.16 1998/06/05 22:13:19 asami Exp $
#
DISTNAME= amanda-2.4.0
@@ -12,10 +12,10 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
MAINTAINER= cwt@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/amanda-2.4.0
-
-BROKEN= package
+BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+WRKSRC= ${WRKDIR}/amanda-2.4.0
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile
index 4803e3e84f49..dabcb15b0825 100644
--- a/misc/amanda25-client/Makefile
+++ b/misc/amanda25-client/Makefile
@@ -3,7 +3,7 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $
+# $Id: Makefile,v 1.16 1998/06/05 22:13:19 asami Exp $
#
DISTNAME= amanda-2.4.0
@@ -12,10 +12,10 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
MAINTAINER= cwt@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/amanda-2.4.0
-
-BROKEN= package
+BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+WRKSRC= ${WRKDIR}/amanda-2.4.0
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile
index 4803e3e84f49..dabcb15b0825 100644
--- a/misc/amanda25-server/Makefile
+++ b/misc/amanda25-server/Makefile
@@ -3,7 +3,7 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $
+# $Id: Makefile,v 1.16 1998/06/05 22:13:19 asami Exp $
#
DISTNAME= amanda-2.4.0
@@ -12,10 +12,10 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
MAINTAINER= cwt@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/amanda-2.4.0
-
-BROKEN= package
+BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+WRKSRC= ${WRKDIR}/amanda-2.4.0
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile
index 4803e3e84f49..dabcb15b0825 100644
--- a/misc/amanda26-client/Makefile
+++ b/misc/amanda26-client/Makefile
@@ -3,7 +3,7 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $
+# $Id: Makefile,v 1.16 1998/06/05 22:13:19 asami Exp $
#
DISTNAME= amanda-2.4.0
@@ -12,10 +12,10 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
MAINTAINER= cwt@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/amanda-2.4.0
-
-BROKEN= package
+BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+WRKSRC= ${WRKDIR}/amanda-2.4.0
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile
index 4803e3e84f49..dabcb15b0825 100644
--- a/misc/amanda26-server/Makefile
+++ b/misc/amanda26-server/Makefile
@@ -3,7 +3,7 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $
+# $Id: Makefile,v 1.16 1998/06/05 22:13:19 asami Exp $
#
DISTNAME= amanda-2.4.0
@@ -12,10 +12,10 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
MAINTAINER= cwt@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/amanda-2.4.0
-
-BROKEN= package
+BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+WRKSRC= ${WRKDIR}/amanda-2.4.0
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile
index 4803e3e84f49..dabcb15b0825 100644
--- a/misc/amanda32-client/Makefile
+++ b/misc/amanda32-client/Makefile
@@ -3,7 +3,7 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $
+# $Id: Makefile,v 1.16 1998/06/05 22:13:19 asami Exp $
#
DISTNAME= amanda-2.4.0
@@ -12,10 +12,10 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
MAINTAINER= cwt@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/amanda-2.4.0
-
-BROKEN= package
+BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+WRKSRC= ${WRKDIR}/amanda-2.4.0
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile
index 4803e3e84f49..dabcb15b0825 100644
--- a/misc/amanda32-server/Makefile
+++ b/misc/amanda32-server/Makefile
@@ -3,7 +3,7 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.15 1998/04/04 06:20:13 cwt Exp $
+# $Id: Makefile,v 1.16 1998/06/05 22:13:19 asami Exp $
#
DISTNAME= amanda-2.4.0
@@ -12,10 +12,10 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/
MAINTAINER= cwt@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/amanda-2.4.0
-
-BROKEN= package
+BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+WRKSRC= ${WRKDIR}/amanda-2.4.0
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \