diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libslang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index f996244536b..ac60d850fe0 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2002/05/19 17:11:19 tron Exp $ +# $NetBSD: Makefile,v 1.35 2002/07/27 09:38:08 schmonz Exp $ # DISTNAME= slang-1.4.5 @@ -20,6 +20,8 @@ USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/autoconf/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/autoconf/config.sub post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/slang |