diff options
author | tron <tron> | 2002-01-24 12:22:54 +0000 |
---|---|---|
committer | tron <tron> | 2002-01-24 12:22:54 +0000 |
commit | 8f253888664f84e0efdde7cc5877dc01ea0624c9 (patch) | |
tree | 4658e56d6a9114cac5ed0cd295c330078698f0fb /math/guppi | |
parent | e0852be286b7ce42a9aa00167c12fc28fc0e90a5 (diff) | |
download | pkgsrc-8f253888664f84e0efdde7cc5877dc01ea0624c9.tar.gz |
Include "readline" buildlink glue code which should fix build problems
showing up during bulk builds.
Diffstat (limited to 'math/guppi')
-rw-r--r-- | math/guppi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 87228117be3..6afe897a997 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/01/23 19:45:22 tron Exp $ +# $NetBSD: Makefile,v 1.11 2002/01/24 12:22:54 tron Exp $ DISTNAME= Guppi-0.40.0 PKGNAME= ${DISTNAME:S/G/g/} @@ -28,4 +28,5 @@ post-install: .include "../../lang/python/pyversion.mk" .include "../../devel/libglade/buildlink.mk" +.include "../../devel/readline/buildlink.mk" .include "../../mk/bsd.pkg.mk" |