summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-26 17:46:35 +0000
committerdrochner <drochner>2002-01-26 17:46:35 +0000
commit98a609bfed7596e98e0a0f21607321af5137a1a6 (patch)
tree9abf76c46f03e4eaac6c796e77584531f408e812
parentbfe55446e0c8dcbe9271db73cdb76085d1c802bb (diff)
downloadpkgsrc-98a609bfed7596e98e0a0f21607321af5137a1a6.tar.gz
USE_GNU_READLINE, should fix build problems
-rw-r--r--graphics/scigraphica/Makefile3
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"