diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 00:46:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 00:46:39 +0000 |
commit | 132624b9499d7de5cd3b04aaa6e47f72574603ff (patch) | |
tree | c6512006f8ccee5bdf6d6eeba7e6757e665cf216 /misc/amanda-client | |
parent | cf0ffa76bfcb5c321891308f7d0d1ef0ab7f4d64 (diff) | |
download | ports-132624b9499d7de5cd3b04aaa6e47f72574603ff.tar.gz ports-132624b9499d7de5cd3b04aaa6e47f72574603ff.zip |
Notes
Diffstat (limited to 'misc/amanda-client')
-rw-r--r-- | misc/amanda-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index d547f51ea175..6e1300980e68 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ MAINTAINER= cwt@FreeBSD.org -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot+ -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot+ +BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes |