summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-02-06 18:57:30 +0000
committertv <tv@pkgsrc.org>2006-02-06 18:57:30 +0000
commit8811d4b2aa82169242d480b329a41b4d6ecef08d (patch)
tree78f539868abb9a1736d3fbd0b2dee9e11ae4c5e1 /devel/libtool-base
parenta45e7c720b08d7558d070276ced37d4c616fa08b (diff)
downloadpkgsrc-8811d4b2aa82169242d480b329a41b4d6ecef08d.tar.gz
Fix regression on DragonFly where two config variables were no longer being
set (thinko by person implementing the change between 1.5.18 and 1.5.22). Bump PKGREVISION.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 526ee06f234..c74ba6e3517 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2006/01/30 22:19:56 tv Exp $
+# $NetBSD: Makefile,v 1.75 2006/02/06 18:57:30 tv Exp $
###########################################################################
###########################################################################
@@ -26,7 +26,7 @@
.include "../../devel/libtool/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-base-/}
-#PKGREVISION=
+PKGREVISION= 1
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)