diff options
author | gdt <gdt@pkgsrc.org> | 2012-11-15 13:44:13 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-11-15 13:44:13 +0000 |
commit | 2928e2ecd56e5ee835173cef6409f6333110254f (patch) | |
tree | 6f5d8b6f209f6847df61314637166ddea9a2a157 /geography/gipfel/Makefile | |
parent | 4e73f19f62d0d0fbf286a39c1d9295bec8305ec9 (diff) | |
download | pkgsrc-2928e2ecd56e5ee835173cef6409f6333110254f.tar.gz |
Depend on x11/fltk13 rather than x11/fltk.
As discussed on pkgsrc-users, x11/ftlk (1.1) is no longer maintained,
and 1.3 is believed to be almost entirely compatible.
Patch from Tim Larson, who has build-tested these packages on
NetBSD/amd64.
Diffstat (limited to 'geography/gipfel/Makefile')
-rw-r--r-- | geography/gipfel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/geography/gipfel/Makefile b/geography/gipfel/Makefile index cef016081f2..3aacce5a7b2 100644 --- a/geography/gipfel/Makefile +++ b/geography/gipfel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2012/10/04 09:19:17 asau Exp $ +# $NetBSD: Makefile,v 1.9 2012/11/15 13:44:14 gdt Exp $ # DISTNAME= gipfel-0.3.2 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= geography graphics MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ @@ -18,5 +18,5 @@ USE_LANGUAGES= c c++ .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/exiv2/buildlink3.mk" .include "../../math/gsl/buildlink3.mk" -.include "../../x11/fltk/buildlink3.mk" +.include "../../x11/fltk13/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |