diff options
author | tron <tron> | 2013-05-19 14:52:19 +0000 |
---|---|---|
committer | tron <tron> | 2013-05-19 14:52:19 +0000 |
commit | 389f74388f1aa3993504cafc99a61563b63dfc39 (patch) | |
tree | 6885192990d96affe1166bcdb367ae02b3177f67 /devel | |
parent | d61f5b64edf26a4baecd60723a7489f42c08ca57 (diff) | |
download | pkgsrc-389f74388f1aa3993504cafc99a61563b63dfc39.tar.gz |
Bump package revision. This package is completely broken under Mac OS X
without a fix committed at 2013-05-13 by Adam Ciarcinski.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtool-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 29f5c6fec86..9ed2e6bb6f2 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2013/05/09 13:53:47 joerg Exp $ +# $NetBSD: Makefile,v 1.101 2013/05/19 14:52:19 tron Exp $ ########################################################################### ########################################################################### @@ -26,7 +26,7 @@ .include "../../devel/libtool/Makefile.common" PKGNAME= ${DISTNAME:S/-/-base-/} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= ltoob COMMENT= Generic shared library support script (the script itself) |