diff options
author | drochner <drochner> | 2002-01-26 17:46:35 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-01-26 17:46:35 +0000 |
commit | 5f18a1622a1de4f9b13e5c330ccfe295d425bdc5 (patch) | |
tree | 9abf76c46f03e4eaac6c796e77584531f408e812 /graphics | |
parent | 21ed466a5bcecdd34968586498f1dd8ffd795c26 (diff) | |
download | pkgsrc-5f18a1622a1de4f9b13e5c330ccfe295d425bdc5.tar.gz |
USE_GNU_READLINE, should fix build problems
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/scigraphica/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index b60835ab1af..fe5c9d49bca 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/01/24 19:24:03 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/01/26 17:46:35 drochner Exp $ # DISTNAME= scigraphica-0.8.0 @@ -16,6 +16,7 @@ CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN} USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig PY_PATCHPLIST= YES +USE_GNU_READLINE= yes .include "../../devel/readline/buildlink.mk" .include "../../graphics/imlib/buildlink.mk" |