summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv>2006-02-06 18:57:30 +0000
committertv <tv>2006-02-06 18:57:30 +0000
commitdf67bee2309c3fdd8dfb36d51b20383b1ddcc92a (patch)
tree78f539868abb9a1736d3fbd0b2dee9e11ae4c5e1 /devel/libtool-base
parent8d2a682e7d056e3745ebbdf53391241edaacff64 (diff)
downloadpkgsrc-df67bee2309c3fdd8dfb36d51b20383b1ddcc92a.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)