diff options
Diffstat (limited to 'cross/cross-libtool-base/Makefile')
-rw-r--r-- | cross/cross-libtool-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/cross-libtool-base/Makefile b/cross/cross-libtool-base/Makefile index 28871e06b11..43cd759b5c1 100644 --- a/cross/cross-libtool-base/Makefile +++ b/cross/cross-libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/06/19 16:19:04 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/19 16:23:59 wiz Exp $ # XXX This is kludgerific copypasta of devel/libtool-base/Makefile for # cross-compilation. Please make it go away! @@ -31,7 +31,7 @@ # XXX Tweaked for cross-compilation. #PKGNAME= ${DISTNAME:S/-/-base-/} PKGNAME= ${DISTNAME:S/^libtool-/cross-libtool-base-${MACHINE_ARCH}-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Generic shared library support script (the script itself) |