summaryrefslogtreecommitdiff
path: root/x11/fltk13
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2014-12-12 23:38:31 +0000
committergdt <gdt@pkgsrc.org>2014-12-12 23:38:31 +0000
commite7b8dbf8cb5ded7a57913088761e20edb1772138 (patch)
tree9f6ef5ab430317591455e3272ab847706774613d /x11/fltk13
parent2b88c92d6f26ddaf75f13d0c2e8008fc8639b72c (diff)
downloadpkgsrc-e7b8dbf8cb5ded7a57913088761e20edb1772138.tar.gz
bl3 on libXinerama
From Iain Morgan.
Diffstat (limited to 'x11/fltk13')
-rw-r--r--x11/fltk13/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/fltk13/Makefile b/x11/fltk13/Makefile
index c74543608dd..e6b401f1094 100644
--- a/x11/fltk13/Makefile
+++ b/x11/fltk13/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2014/05/05 00:48:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2014/12/12 23:38:31 gdt Exp $
DISTNAME= fltk-1.3.2-source
PKGNAME= ${DISTNAME:S/-source//}
VERS= ${DISTNAME:S/fltk-//:S/-source//}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11
MASTER_SITES= http://fltk.org/pub/fltk/${VERS}/
@@ -119,6 +119,7 @@ CONFIGURE_ARGS+= --disable-localjpeg --disable-localzlib --disable-localpng
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"