diff options
author | grant <grant> | 2004-05-25 15:17:26 +0000 |
---|---|---|
committer | grant <grant> | 2004-05-25 15:17:26 +0000 |
commit | cf8964a99ed29a536d7c5257ccf9bee94538fc92 (patch) | |
tree | 626752957a37d2fc6ebdb81e248ced7a0838b328 | |
parent | 30ff310aa3de0933fac93fe6291b70085a3c0534 (diff) | |
download | pkgsrc-cf8964a99ed29a536d7c5257ccf9bee94538fc92.tar.gz |
bump PKGREVISION for OpenBSD shlib name fix.
-rw-r--r-- | devel/libtool-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index e2939b4485c..8488d0290ec 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2004/04/22 14:40:29 tv Exp $ +# $NetBSD: Makefile,v 1.34 2004/05/25 15:17:26 grant Exp $ # PKGNAME= ${DISTNAME:C/-/-base-/} +PKGREVISION= 1 SVR4_PKGNAME= ltoob COMMENT= Generic shared library support script (the script itself) |