diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-14 02:16:03 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-14 02:16:03 +0000 |
commit | 8018a03f8907dc6024ed023ba0ed9e8cdc09450d (patch) | |
tree | 75aaf01f7a46e7765a52b5af9da88f2fedc56b7c /x11 | |
parent | 430847387e041736362801056372a211fa1de019 (diff) | |
download | pkgsrc-8018a03f8907dc6024ed023ba0ed9e8cdc09450d.tar.gz |
This package installs the demo programs as executable, but doesn't care
about the path to the script interpreter.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/blt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/blt/Makefile b/x11/blt/Makefile index 6de07019ecc..fd4276d217c 100644 --- a/x11/blt/Makefile +++ b/x11/blt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/02/05 23:11:31 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/10/14 02:16:03 rillig Exp $ # DISTNAME= BLT2.4z @@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}/lib CONFIGURE_ENV+= X11BASE=${X11BASE:Q} MAKE_ENV+= CP=${CP:Q} +CHECK_INTERPRETER_SKIP+= lib/*/demos/*.tcl + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" |