summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/libtecla/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libtecla/Makefile b/devel/libtecla/Makefile
index 6b2a7659837..39f7ca3c72b 100644
--- a/devel/libtecla/Makefile
+++ b/devel/libtecla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/22 08:24:30 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/23 23:59:54 kristerw Exp $
#
DISTNAME= libtecla-1.5.0
@@ -13,6 +13,8 @@ WRKSRC= ${WRKDIR}/${PKGBASE}
USE_BUILDLINK2= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
ALL_TARGET= default
.include "../../mk/bsd.pkg.mk"