summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-03-23 23:03:58 +0000
committerjoerg <joerg@pkgsrc.org>2009-03-23 23:03:58 +0000
commite76984206227d1a05c169cf60eaafe0eeb5107da (patch)
tree86aabcd0c6af4864d378837c4bb7e7afcd62f892 /devel/libtool-base
parent9b79d68aa689e05e531a12c19aaad1df45e90f92 (diff)
downloadpkgsrc-e76984206227d1a05c169cf60eaafe0eeb5107da.tar.gz
PR 40405: Change soname logic for DragonFly to follow the normal major
only scheme. Properly distinguish FreeBSD and DragonFly case to prevent further confusion. Differs from the patch in the PR as it forces the correct branch to be used. Bump revision of libtool-base. Claim ownership.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 6b20f9bd765..842c8683679 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2008/11/19 07:50:55 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2009/03/23 23:03:59 joerg Exp $
###########################################################################
###########################################################################
@@ -26,6 +26,7 @@
.include "../../devel/libtool/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-base-/}
+PKGREVISION= 1
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)