diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-25 19:05:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-25 19:05:04 +0000 |
commit | 39a3c63de7d121a536b2f1aa2ceda3887d884072 (patch) | |
tree | 107c18f9cf8161e63530c3fb6482d284c0b87685 | |
parent | 7ce36b610d6582a06c2e9c34771344901687fe56 (diff) | |
download | pkgsrc-39a3c63de7d121a536b2f1aa2ceda3887d884072.tar.gz |
Convert to buildlink2.
-rw-r--r-- | sysutils/amanda-plot/Makefile | 5 | ||||
-rw-r--r-- | sysutils/amanda-server/Makefile | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/amanda-plot/Makefile b/sysutils/amanda-plot/Makefile index 2275bb5762a..9dc1f609455 100644 --- a/sysutils/amanda-plot/Makefile +++ b/sysutils/amanda-plot/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/08/19 02:35:56 kei Exp $ -# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp +# $NetBSD: Makefile,v 1.10 2002/10/25 19:09:15 wiz Exp $ # DISTNAME= amanda-2.4.2p2 @@ -15,6 +14,7 @@ COMMENT= Visualizes the behavior of Amanda, a network backup system DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot DEPENDS+= amanda-server-2.4.2p2:../../sysutils/amanda-server +USE_BUILDLINK2= yes USE_X11= yes .include "../../mk/bsd.prefs.mk" @@ -25,4 +25,5 @@ CONFIGURE_ARGS+= --without-restore CONFIGURE_ARGS+= --without-amrecover CONFIGURE_ENV+= GNUPLOT="${LOCALBASE}/bin/gnuplot" +.include "../../sysutils/amanda-common/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile index 817af2f6d4c..c28ef5fe702 100644 --- a/sysutils/amanda-server/Makefile +++ b/sysutils/amanda-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/12/25 20:50:01 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2002/10/25 19:05:04 wiz Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -12,9 +12,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.amanda.org/ COMMENT= Server part of Amanda, a network backup system -DEPENDS+= amanda-common-2.4.2p2:../../sysutils/amanda-common - USE_PERL5= yes +USE_BUILDLINK2= yes USE_GMAKE= yes .include "../../mk/bsd.prefs.mk" @@ -56,4 +55,5 @@ pre-install: ${SED} -e 's|^libexec/chg-scsi$$|@comment libexec/chg-scsi needs headers...|' ${PKGDIR}/PLIST > ${PLIST_SRC} .endif +.include "../../sysutils/amanda-common/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |