diff options
author | wiz <wiz> | 2013-06-12 12:35:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-06-12 12:35:35 +0000 |
commit | 07a6cc6e96855004ae46d0171e802fb247978e6a (patch) | |
tree | 8c53925fd6406c89e3551271baa24ee01e4f3d83 /net/samba35/Makefile | |
parent | 5f451887fe38858285030e20b232f36c15af5c8f (diff) | |
download | pkgsrc-07a6cc6e96855004ae46d0171e802fb247978e6a.tar.gz |
Remove GNU_CONFIGURE_LIBDIR.
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir="
and only used by 10 packages.
Diffstat (limited to 'net/samba35/Makefile')
-rw-r--r-- | net/samba35/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba35/Makefile b/net/samba35/Makefile index 09dab66e817..8404b31a025 100644 --- a/net/samba35/Makefile +++ b/net/samba35/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/05/31 12:41:43 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2013/06/12 12:35:35 wiz Exp $ .include "../../net/samba/Makefile.mirrors" @@ -53,7 +53,7 @@ REPLACE_PERL= script/findsmb.in BROKEN_GETTEXT_DETECTION=yes USE_GNU_READLINE= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_LIBDIR= ${SAMBA_LIBDIR} +CONFIGURE_ARGS+= --libdir=${SAMBA_LIBDIR} CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv} CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} CONFIGURE_ARGS+= --with-configdir=${SAMBA_ETCDIR} |