diff options
author | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
commit | 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /sysutils/amanda-client | |
parent | 8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff) | |
download | pkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r-- | sysutils/amanda-client/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index 35c565df7a3..7eecc1d3d94 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/05/26 13:19:38 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2007/02/22 19:27:10 wiz Exp $ # PKGNAME= amanda-client-${VERS} @@ -22,11 +22,11 @@ BUILD_DEFS+= AMANDA_DUMP_SNAP # the amrecover Makefile to add the readline libraries as it's the only # 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 -CONFIGURE_ENV+= ac_cv_lib_curses_tgetent=no -CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no -CONFIGURE_ENV+= ac_cv_lib_readline_readline=no +CONFIGURE_ENV+= ac_cv_lib_intl_main=no +CONFIGURE_ENV+= ac_cv_lib_termcap_tgetent=no +CONFIGURE_ENV+= ac_cv_lib_curses_tgetent=no +CONFIGURE_ENV+= ac_cv_lib_ncurses_tgetent=no +CONFIGURE_ENV+= ac_cv_lib_readline_readline=no .if defined(AMANDA_SMB) CONFIGURE_ARGS+= --with-smbclient |