summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-25 18:59:46 +0000
committerwiz <wiz@pkgsrc.org>2002-10-25 18:59:46 +0000
commitf4b43dd8085bf77ab71db4c5b1cb3dd48895effe (patch)
tree9a52264f92476c0b09dfcb44db62daeb7e71107c /sysutils
parent66f45d9efef34bd16d9300de5bdc1bd49df393fe (diff)
downloadpkgsrc-f4b43dd8085bf77ab71db4c5b1cb3dd48895effe.tar.gz
Convert to buildlink2.
Remove dependency on readline -- it does not get used, contrary to what a comment (which has now been annotated) here says.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-dev-client/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/amanda-dev-client/Makefile b/sysutils/amanda-dev-client/Makefile
index 431c78234f4..eb021a04f23 100644
--- a/sysutils/amanda-dev-client/Makefile
+++ b/sysutils/amanda-dev-client/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/09/05 18:07:54 jschauma Exp $
-# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
+# $NetBSD: Makefile,v 1.4 2002/10/25 18:59:46 wiz Exp $
#
PKGNAME= amanda-client-${VERS}
@@ -9,21 +8,23 @@ COMMENT= Client part of Amanda, a network backup system
DEPENDS+= amanda-common-${VERS}:../../sysutils/amanda-dev-common
+USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.include "../../sysutils/amanda-dev-common/Makefile.common"
-.include "../../devel/readline/buildlink.mk"
+.include "../../sysutils/amanda-dev-common/buildlink2.mk"
+#.include "../../devel/readline/buildlink2.mk"
.if ${OPSYS} != "Linux"
-DEPENDS+= gtar-1.12:../../archivers/gtar
+DEPENDS+= {gtar,gtar-base}>=1.12:../../archivers/gtar
.endif
CONFIGURE_ARGS+= --without-server --without-restore
# Prevent configure script from finding unnecessary libraries. We'll patch
# the amrecover Makefile to add the readline libraries as it's the only
-# program that uses readline.
+# program that uses readline. (XXX: incorrect, does not happen)
#
CONFIGURE_ENV+= ac_cv_lib_intl_main=no
CONFIGURE_ENV+= ac_cv_lib_termcap_tgetent=no