diff options
author | asami <asami@FreeBSD.org> | 1998-06-06 17:21:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-06 17:21:25 +0800 |
commit | c50fb0ee9bae69fb91c7c4ab604719c88294d8b6 (patch) | |
tree | 764b35c14ccc9efecceba909671b421becdddc1c /misc/amanda24-client | |
parent | f7191590d8427892a269ba2ab979ec144c51b0cb (diff) | |
download | freebsd-ports-graphics-c50fb0ee9bae69fb91c7c4ab604719c88294d8b6.tar.gz freebsd-ports-graphics-c50fb0ee9bae69fb91c7c4ab604719c88294d8b6.tar.zst freebsd-ports-graphics-c50fb0ee9bae69fb91c7c4ab604719c88294d8b6.zip |
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....)
Diffstat (limited to 'misc/amanda24-client')
-rw-r--r-- | misc/amanda24-client/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/amanda24-client/Makefile b/misc/amanda24-client/Makefile index 4803e3e84f4..dabcb15b082 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 \ |