pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/modular-xorg-server



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Dec  3 13:05:59 UTC 2021

Modified Files:
        pkgsrc/x11/modular-xorg-server: Makefile

Log Message:
modular-xorg-server: Add avoid-duplicate.mk


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 pkgsrc/x11/modular-xorg-server/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/modular-xorg-server/Makefile
diff -u pkgsrc/x11/modular-xorg-server/Makefile:1.130 pkgsrc/x11/modular-xorg-server/Makefile:1.131
--- pkgsrc/x11/modular-xorg-server/Makefile:1.130       Tue Jul 13 12:05:48 2021
+++ pkgsrc/x11/modular-xorg-server/Makefile     Fri Dec  3 13:05:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2021/07/13 12:05:48 wiz Exp $
+# $NetBSD: Makefile,v 1.131 2021/12/03 13:05:59 nia Exp $
 
 DISTNAME=      xorg-server-${XORG_VERSION}
 PKGNAME=       modular-${DISTNAME}
@@ -21,4 +21,6 @@ CONFIGURE_ARGS+=      --disable-kdrive
 
 .include "options.mk"
 
+X11_BUILTIN_NAME=      modular-xorg-server
+.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index