diff options
author | asami <asami@FreeBSD.org> | 1999-09-11 08:46:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-11 08:46:39 +0800 |
commit | 5388645c53416bddbee9f43ecb79ce70e16847fc (patch) | |
tree | aac63c22e83d9ecca691a8d8ce9c1b8c7018fe64 /misc/amanda25-server | |
parent | 3e77d485d7f714928b0b1c417107cdbd95f7dbdf (diff) | |
download | freebsd-ports-gnome-5388645c53416bddbee9f43ecb79ce70e16847fc.tar.gz freebsd-ports-gnome-5388645c53416bddbee9f43ecb79ce70e16847fc.tar.zst freebsd-ports-gnome-5388645c53416bddbee9f43ecb79ce70e16847fc.zip |
Switch back dependency to gnuplot, now that chuckr has fixed it.
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r-- | misc/amanda25-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index d547f51ea175..6e1300980e68 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/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 |