summaryrefslogtreecommitdiff
path: root/sysutils/amanda-plot
diff options
context:
space:
mode:
authorsbd <sbd>2012-07-30 06:57:21 +0000
committersbd <sbd>2012-07-30 06:57:21 +0000
commit8e3817dfadb85791d7cb89cdacd98d9b0e535fc7 (patch)
tree8722698db1b83773c7700a2c0de848120a4dfa6a /sysutils/amanda-plot
parentf27e9902514f6e4702e444598e8cc53a20b4c392 (diff)
downloadpkgsrc-8e3817dfadb85791d7cb89cdacd98d9b0e535fc7.tar.gz
Add a version.mk file with AMANDA_VERSION in it and use that in all amanda
packages (including the meta-package) and in the buildlink.
Diffstat (limited to 'sysutils/amanda-plot')
-rw-r--r--sysutils/amanda-plot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile
index e7f48c598a2..22b666d004d 100644
--- a/sysutils/amanda-plot/Makefile
+++ b/sysutils/amanda-plot/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2010/06/28 10:09:26 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2012/07/30 06:57:22 sbd Exp $
#
-PKGNAME= amanda-plot-${VERS}
+PKGNAME= amanda-plot-${AMANDA_VERSION}
PKGREVISION= 1
SVR4_PKGNAME= amapl
@@ -10,7 +10,7 @@ COMMENT= Visualizes the behavior of Amanda, a network backup system
PKG_DESTDIR_SUPPORT= destdir
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
-DEPENDS+= amanda-server-2.5.2p1{,nb[0-9]*}:../../sysutils/amanda-server
+DEPENDS+= amanda-server-${AMANDA_VERSION}{,nb[0-9]*}:../../sysutils/amanda-server
.include "../../mk/bsd.prefs.mk"