summaryrefslogtreecommitdiff
path: root/ham/fl_logbook
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2012-11-15 13:44:13 +0000
committergdt <gdt@pkgsrc.org>2012-11-15 13:44:13 +0000
commit2928e2ecd56e5ee835173cef6409f6333110254f (patch)
tree6f5d8b6f209f6847df61314637166ddea9a2a157 /ham/fl_logbook
parent4e73f19f62d0d0fbf286a39c1d9295bec8305ec9 (diff)
downloadpkgsrc-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 'ham/fl_logbook')
-rw-r--r--ham/fl_logbook/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/fl_logbook/Makefile b/ham/fl_logbook/Makefile
index c5382db918e..a61dd05ae05 100644
--- a/ham/fl_logbook/Makefile
+++ b/ham/fl_logbook/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2012/10/03 13:01:43 asau Exp $
+# $NetBSD: Makefile,v 1.7 2012/11/15 13:44:14 gdt Exp $
#
DISTNAME= fl_logbook.121.src
PKGNAME= fl_logbook-1.21
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= ham
MASTER_SITES= http://www.w1hkj.com/LinuxApps/
@@ -25,5 +25,5 @@ INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Release/fl_logbook ${DESTDIR}${PREFIX}/bin
-.include "../../x11/fltk/buildlink3.mk"
+.include "../../x11/fltk13/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"