pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xeyes
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Aug 3 03:45:25 UTC 2021
Modified Files:
pkgsrc/x11/xeyes: Makefile
Log Message:
xeyes: Fix build. xorg-macros.pc and xi.pc are required to build
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xeyes/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xeyes/Makefile
diff -u pkgsrc/x11/xeyes/Makefile:1.10 pkgsrc/x11/xeyes/Makefile:1.11
--- pkgsrc/x11/xeyes/Makefile:1.10 Mon Aug 2 10:38:48 2021
+++ pkgsrc/x11/xeyes/Makefile Tue Aug 3 03:45:25 2021
@@ -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"
Home |
Main Index |
Thread Index |
Old Index