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 08:48:51 UTC 2021

Modified Files:
        pkgsrc/x11/xeyes: Makefile

Log Message:
xeyes: Remove devel/xorg-util-macros dependency. Bump PKGREVISION

It is warning and not error.
Noticed by wiz@. Thank you.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/x11/xeyes/Makefile:1.12
--- pkgsrc/x11/xeyes/Makefile:1.11      Tue Aug  3 03:45:25 2021
+++ pkgsrc/x11/xeyes/Makefile   Tue Aug  3 08:48:51 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2021/08/03 03:45:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2021/08/03 08:48:51 ryoon Exp $
 
 DISTNAME=      xeyes-1.2.0
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.bz2
@@ -15,7 +16,6 @@ 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"



Home | Main Index | Thread Index | Old Index