summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-14 10:17:11 +0000
committernia <nia@pkgsrc.org>2021-05-14 10:17:11 +0000
commitc078531ef55c7c02f55b2d5b3103b79e86e65370 (patch)
tree44080aed39a61e6656e7f72a28d67a43adfeb8fe /x11
parent38839250a9b6670ec222a2f334cf38beff1c56a7 (diff)
downloadpkgsrc-c078531ef55c7c02f55b2d5b3103b79e86e65370.tar.gz
xsnow: add missing X11 dependencies
Diffstat (limited to 'x11')
-rw-r--r--x11/xsnow/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile
index 3d2e9cdfe94..d3f55d86313 100644
--- a/x11/xsnow/Makefile
+++ b/x11/xsnow/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2021/04/21 11:43:04 adam Exp $
+# $NetBSD: Makefile,v 1.36 2021/05/14 10:17:11 nia Exp $
DISTNAME= xsnow-3.2.2
PKGREVISION= 1
@@ -14,9 +14,9 @@ USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
-.include "../../mk/bsd.prefs.mk"
-
-.include "../../x11/gtk3/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
-
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"