diff options
Diffstat (limited to 'lang/elk')
-rw-r--r-- | lang/elk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/elk/Makefile b/lang/elk/Makefile index 040ab3c7dec..e5de4f62db0 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/03/04 21:29:53 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2006/06/02 16:39:15 joerg Exp $ DISTNAME= elk-3.99.6 PKGREVISION= 1 @@ -12,6 +12,8 @@ COMMENT= Embeddable Scheme interpreter GNU_CONFIGURE=yes USE_LIBTOOL= yes +USE_LANGUAGES= c c++ + CONFIGURE_ENV+= WITH_XAW=${ELK_AWK:Q} .include "options.mk" |