diff options
author | tron <tron> | 2002-01-24 12:22:54 +0000 |
---|---|---|
committer | tron <tron> | 2002-01-24 12:22:54 +0000 |
commit | 29f3086e4d3783da251687e174c02f3abd832841 (patch) | |
tree | 4658e56d6a9114cac5ed0cd295c330078698f0fb /math | |
parent | 5ff3fc685f3edf94847bac86466b1bdb839e61e6 (diff) | |
download | pkgsrc-29f3086e4d3783da251687e174c02f3abd832841.tar.gz |
Include "readline" buildlink glue code which should fix build problems
showing up during bulk builds.
Diffstat (limited to 'math')
-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" |