summaryrefslogtreecommitdiff
path: root/x11/fltk13/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-26 11:37:22 +0000
committernia <nia@pkgsrc.org>2020-03-26 11:37:22 +0000
commit910f0a54239c8e884c2057357a8a6417e03afb41 (patch)
treea25e88951f9e1d9399635b0213295ddd8b6b7b78 /x11/fltk13/Makefile
parent70fadff6d66fb83806303000cda746fd4f47d56d (diff)
downloadpkgsrc-910f0a54239c8e884c2057357a8a6417e03afb41.tar.gz
fltk13: Needs libXcursor
Noted by Dr. Thomas Orgis
Diffstat (limited to 'x11/fltk13/Makefile')
-rw-r--r--x11/fltk13/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/fltk13/Makefile b/x11/fltk13/Makefile
index b5d426ce99c..062849da26f 100644
--- a/x11/fltk13/Makefile
+++ b/x11/fltk13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/03/21 11:02:43 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2020/03/26 11:37:22 nia Exp $
DISTNAME= fltk-1.3.5-source
PKGNAME= ${DISTNAME:S/-source//}
@@ -64,6 +64,7 @@ CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --disable-localjpeg --disable-localzlib --disable-localpng
.if ${OPSYS} != "Darwin"
+. include "../../x11/libXcursor/buildlink3.mk"
. include "../../x11/libXext/buildlink3.mk"
. include "../../x11/libXft/buildlink3.mk"
. include "../../x11/libXinerama/buildlink3.mk"