summaryrefslogtreecommitdiff
path: root/geography/gipfel
diff options
context:
space:
mode:
authorgdt <gdt>2012-11-15 13:44:13 +0000
committergdt <gdt>2012-11-15 13:44:13 +0000
commitbe144a7568251cfb749b2957f5d6c637b8fa48ce (patch)
tree6f5d8b6f209f6847df61314637166ddea9a2a157 /geography/gipfel
parent6c73952de3260415a3e515831ecee2fd9cd8ffb2 (diff)
downloadpkgsrc-be144a7568251cfb749b2957f5d6c637b8fa48ce.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')
-rw-r--r--geography/gipfel/Makefile6
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"