diff options
author | tron <tron@pkgsrc.org> | 2001-10-05 19:04:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-05 19:04:24 +0000 |
commit | c0a3a5cd6ad86b491f9eb77379f4ece91f80550b (patch) | |
tree | c0c864c07bee00321300093dd9c73b7a05fdbccc /math/guppi/Makefile | |
parent | d98d6b65f4181a76ba6f74800965ca2f60849cd7 (diff) | |
download | pkgsrc-c0a3a5cd6ad86b491f9eb77379f4ece91f80550b.tar.gz |
Use buildlink glue code for "libglade" to fix build problem.
Diffstat (limited to 'math/guppi/Makefile')
-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 36272958b4f..431a831eeb7 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/09/24 10:36:12 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/10/05 19:04:24 tron Exp $ DISTNAME= Guppi-0.35.5 PKGNAME= guppi-0.35.5nb1 @@ -26,4 +26,5 @@ post-install: ${LN} -fs ${PREFIX}/share/aclocal/libguppi.m4 \ ${LOCALBASE}/share/aclocal/libguppi.m4 +.include "../../devel/libglade/buildlink.mk" .include "../../mk/bsd.pkg.mk" |