diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-10 03:21:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-10 03:21:52 +0000 |
commit | 715099554631710c1377fdfd045e7034cdd9f735 (patch) | |
tree | eb4d6aec5f80027bd81c170af2fa86976a7a4e1f /misc/amanda32-client | |
parent | 32c215e22dd2f55112721705dea07b1dc518457a (diff) | |
download | ports-715099554631710c1377fdfd045e7034cdd9f735.tar.gz ports-715099554631710c1377fdfd045e7034cdd9f735.zip |
Notes
Diffstat (limited to 'misc/amanda32-client')
-rw-r--r-- | misc/amanda32-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index 6e1300980e68..d547f51ea175 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-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 |