diff options
author | tv <tv@pkgsrc.org> | 2005-05-20 16:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-05-20 16:44:48 +0000 |
commit | 25f294fb28d8910b0cbc88a28d0865a7ef8bcc5d (patch) | |
tree | 9be60392c5e343fbc71993323852dca94a11231f /devel | |
parent | 85d4e090014f7acfcc2fd340c0a1af6d444545d2 (diff) | |
download | pkgsrc-25f294fb28d8910b0cbc88a28d0865a7ef8bcc5d.tar.gz |
PKGREVISION bump missed in previous.
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 7e52ee29ac5..e5ae99594df 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2005/05/20 15:59:50 jlam Exp $ +# $NetBSD: Makefile,v 1.65 2005/05/20 16:44:48 tv 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) |