diff options
author | jlam <jlam> | 2001-06-14 21:54:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-14 21:54:35 +0000 |
commit | 25bbbcd607ece3155335f9b623d6ea85a614cea2 (patch) | |
tree | 6fecf45920c1d9223cd8581e17ff3277b345ba66 /sysutils/amanda-client | |
parent | b2b046fef7b0d8627a38f853ee98a07105b10604 (diff) | |
download | pkgsrc-25bbbcd607ece3155335f9b623d6ea85a614cea2.tar.gz |
- Migrate BUILD_DEFS to Makefile.common
- Apply the patch from pkg/13188 by Ron Roskens <roskens@elfin.net> to
fix problems with hard-coding /var/amanda.
- Remove USE_X11 from amanda-server since amanda-plot has already been
split out.
- Don't explicitly look for headers in ${PREFIX}/include.
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index 1f9c89e55b9..81dc91d2fef 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/06/11 06:34:49 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2001/06/14 21:54:35 jlam Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -33,8 +33,6 @@ CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no CONFIGURE_ENV+= ac_cv_lib_readline_readline=no -BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR - .if defined(AMANDA_SMB) CONFIGURE_ARGS+= --with-smbclient DEPENDS+= samba>=2.0.0:../../net/samba |