diff options
author | gdt <gdt@pkgsrc.org> | 2014-12-12 23:38:31 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2014-12-12 23:38:31 +0000 |
commit | 55ca3a82f86be3e6fb864761e3b896d302860398 (patch) | |
tree | 9f6ef5ab430317591455e3272ab847706774613d /x11 | |
parent | fcf73b5eb18745c3533e4048d9e51af195f95f67 (diff) | |
download | pkgsrc-55ca3a82f86be3e6fb864761e3b896d302860398.tar.gz |
bl3 on libXinerama
From Iain Morgan.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fltk13/Makefile | 5 |
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" |