Module Name: src
Committed By: mrg
Date: Mon Jul 20 03:12:57 UTC 2015
Modified Files:
src/external/mit/xorg/bin/xlsfonts: Makefile
Log Message:
use xorg-pkg-ver.mk.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xlsfonts/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/bin/xlsfonts/Makefile
diff -u src/external/mit/xorg/bin/xlsfonts/Makefile:1.2 src/external/mit/xorg/bin/xlsfonts/Makefile:1.3
--- src/external/mit/xorg/bin/xlsfonts/Makefile:1.2 Sun Jul 19 23:15:05 2015
+++ src/external/mit/xorg/bin/xlsfonts/Makefile Mon Jul 20 03:12:57 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/07/19 23:15:05 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2015/07/20 03:12:57 mrg Exp $
.include <bsd.own.mk>
@@ -13,5 +13,7 @@ DPADD+= ${LIBXEXT} ${LIBX11}
COPTS.xlsfonts.c+= -Wno-error
+.include "../../xorg-pkg-ver.mk"
+
.include <bsd.x11.mk>
.include <bsd.prog.mk>