diff options
| author | mrg <mrg@NetBSD.org> | 2023-06-19 07:40:59 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2023-06-19 07:40:59 +0000 |
| commit | 7c6b5162d99053d4a0e2ceffefc6963f3a6b4aa0 (patch) | |
| tree | da12dbeb0c8190324a46993e8c9af6ffe7e016ce /external | |
| parent | f3491f9749ea4ebca2ec9044e7e851d0b7359b4b (diff) | |
use xorg-pkg-ver.mk to get PACKAGE_STRING defined.
Diffstat (limited to 'external')
| -rw-r--r-- | external/mit/xorg/bin/xcalc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/external/mit/xorg/bin/xcalc/Makefile b/external/mit/xorg/bin/xcalc/Makefile index 6d8118dd76f..cffd1bae444 100644 --- a/external/mit/xorg/bin/xcalc/Makefile +++ b/external/mit/xorg/bin/xcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/07/08 20:37:33 mrg Exp $ +# $NetBSD: Makefile,v 1.6 2023/06/19 07:40:59 mrg Exp $ .include <bsd.own.mk> @@ -16,5 +16,7 @@ CPPFLAGS+= -DHAVE_STRLCPY -D_CONST_X_STRING .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults .PATH: ${X11SRCDIR.${PROG}}/man +.include "../../xorg-pkg-ver.mk" + .include <bsd.x11.mk> .include <bsd.prog.mk> |
