pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xeyes xeyes: Fix build. xorg-macros.pc and xi.pc a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5725ec299ffe
branches:  trunk
changeset: 456566:5725ec299ffe
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Aug 03 03:45:25 2021 +0000

description:
xeyes: Fix build. xorg-macros.pc and xi.pc are required to build

diffstat:

 x11/xeyes/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f002a7a7a803 -r 5725ec299ffe x11/xeyes/Makefile
--- a/x11/xeyes/Makefile        Mon Aug 02 20:36:07 2021 +0000
+++ b/x11/xeyes/Makefile        Tue Aug 03 03:45:25 2021 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index