summaryrefslogtreecommitdiff
path: root/x11/fltk13/Makefile
diff options
context:
space:
mode:
authorthor <thor@pkgsrc.org>2021-05-29 09:53:58 +0000
committerthor <thor@pkgsrc.org>2021-05-29 09:53:58 +0000
commit9d1319bb9110c4762c5e15efb12112ec0400b12a (patch)
treef79d77825422763a4c306ee1b3b78ed1503bdfdc /x11/fltk13/Makefile
parent1b12350bcb2e2b523b814e46f011c7ef3aed73c3 (diff)
downloadpkgsrc-9d1319bb9110c4762c5e15efb12112ec0400b12a.tar.gz
fltk13: add missing X11 deps, pkg-config usage
Diffstat (limited to 'x11/fltk13/Makefile')
-rw-r--r--x11/fltk13/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/fltk13/Makefile b/x11/fltk13/Makefile
index 7ee3b7fe9da..af269619a27 100644
--- a/x11/fltk13/Makefile
+++ b/x11/fltk13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2021/05/26 13:03:40 thor Exp $
+# $NetBSD: Makefile,v 1.40 2021/05/29 09:53:58 thor Exp $
DISTNAME= fltk-1.3.6-source
PKGNAME= ${DISTNAME:S/-source//}
@@ -15,7 +15,7 @@ LICENSE= gnu-lgpl-v2
WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake nroff
+USE_TOOLS+= gmake nroff pkg-config
TEST_TARGET= test
PKG_OPTIONS_VAR= PKG_OPTIONS.fltk13
@@ -68,6 +68,10 @@ CONFIGURE_ARGS+= --disable-localjpeg --disable-localzlib --disable-localpng
. include "../../x11/libXext/buildlink3.mk"
. include "../../x11/libXft/buildlink3.mk"
. include "../../x11/libXinerama/buildlink3.mk"
+. include "../../fonts/fontconfig/buildlink3.mk"
+. include "../../x11/libX11/buildlink3.mk"
+. include "../../x11/libXrender/buildlink3.mk"
+. include "../../x11/libXfixes/buildlink3.mk"
BUILDLINK_DEPMETHOD.libXt?= build
. include "../../x11/libXt/buildlink3.mk"
.endif