Date: Sat, 18 Apr 2015 10:29:36 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384219 - head/Mk Message-ID: <201504181029.t3IATaov006282@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Apr 18 10:29:35 2015 New Revision: 384219 URL: https://svnweb.freebsd.org/changeset/ports/384219 Log: Remove unused variables related to USE_AUTOTOOLS=libtool which has been removed in r368357 Modified: head/Mk/bsd.autotools.mk Modified: head/Mk/bsd.autotools.mk ============================================================================== --- head/Mk/bsd.autotools.mk Sat Apr 18 10:28:54 2015 (r384218) +++ head/Mk/bsd.autotools.mk Sat Apr 18 10:29:35 2015 (r384219) @@ -196,16 +196,8 @@ GNU_CONFIGURE?= yes .if defined(LIBTOOL_VERSION) LIBTOOLIZE= ${LOCALBASE}/bin/libtoolize -LIBTOOL_LIBEXECDIR= ${LOCALBASE}/libexec/libtool -LIBTOOL_SHAREDIR= ${LOCALBASE}/share/libtool -LIBTOOL_M4= ${LOCALBASE}/share/aclocal/libtool.m4 -LTMAIN= ${LOCALBASE}/share/libtool/config/ltmain.sh - -LIBTOOL_VARS= LIBTOOLIZE=${LIBTOOLIZE} \ - LIBTOOL_LIBEXECDIR=${LIBTOOL_LIBEXECDIR} \ - LIBTOOL_SHAREDIR=${LIBTOOL_SHAREDIR} \ - LIBTOOL_M4=${LIBTOOL_M4} \ - LTMAIN=${LTMAIN} + +LIBTOOL_VARS= LIBTOOLIZE=${LIBTOOLIZE} LIBTOOLIZE_ARGS?= -i -c -f
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504181029.t3IATaov006282>