diff options
author | asami <asami@FreeBSD.org> | 1999-09-10 11:21:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-10 11:21:52 +0800 |
commit | 5ab2a31979520189ac7bd527402b7624ee40c33e (patch) | |
tree | 8aed9c6d91d59abef67ac8e90216084cd63c5231 /misc/amanda24-server | |
parent | 3800ce7af0fba3bd6aceba6276919a487717ffb9 (diff) | |
download | freebsd-ports-gnome-5ab2a31979520189ac7bd527402b7624ee40c33e.tar.gz freebsd-ports-gnome-5ab2a31979520189ac7bd527402b7624ee40c33e.tar.zst freebsd-ports-gnome-5ab2a31979520189ac7bd527402b7624ee40c33e.zip |
Change dependency from gnuplot to gnuplot+ (which has already been fixed
to adopt to the new gd). If the gnuplot mainainer can fix it before
the freeze, we'll switch back.
Diffstat (limited to 'misc/amanda24-server')
-rw-r--r-- | misc/amanda24-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda24-server/Makefile b/misc/amanda24-server/Makefile index 6e1300980e68..d547f51ea175 100644 --- a/misc/amanda24-server/Makefile +++ b/misc/amanda24-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 |