diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 18:29:35 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 18:29:35 +0800 |
commit | fe8885eeac8c3122668136f85f27411a44af62e5 (patch) | |
tree | 1ea9429d71e84ad17dc357132eb53a0e5683f064 /Mk | |
parent | 606d362f9681a599958e3f776bd21edff9f32fc3 (diff) | |
download | freebsd-ports-gnome-fe8885eeac8c3122668136f85f27411a44af62e5.tar.gz freebsd-ports-gnome-fe8885eeac8c3122668136f85f27411a44af62e5.tar.zst freebsd-ports-gnome-fe8885eeac8c3122668136f85f27411a44af62e5.zip |
Remove unused variables related to USE_AUTOTOOLS=libtool which has been
removed in r368357
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.autotools.mk | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index b6e68d8ebad0..963e0be502bc 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -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 |