summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2021-08-03 03:45:25 +0000
committerryoon <ryoon@pkgsrc.org>2021-08-03 03:45:25 +0000
commit2f0b5e4a88abb2026cd0919f3e0cbef35b4b76e1 (patch)
tree243d699ae31d739e62d01a0446e3bfc5c7d20e79
parent6054fb09a0027cbb0ad93889c97a5b5526488a16 (diff)
downloadpkgsrc-2f0b5e4a88abb2026cd0919f3e0cbef35b4b76e1.tar.gz
xeyes: Fix build. xorg-macros.pc and xi.pc are required to build
-rw-r--r--x11/xeyes/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xeyes/Makefile b/x11/xeyes/Makefile
index 300b38f566f..f342cf16992 100644
--- a/x11/xeyes/Makefile
+++ b/x11/xeyes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/08/02 10:38:48 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2021/08/03 03:45:25 ryoon Exp $
DISTNAME= xeyes-1.2.0
CATEGORIES= x11
@@ -15,7 +15,9 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXi/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"