diff options
author | nia <nia@pkgsrc.org> | 2022-04-10 08:53:14 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-04-10 08:53:14 +0000 |
commit | 9992ee0375c4835d8056bc25befa0368b50bca42 (patch) | |
tree | 7cd4c7817a484ac7f9cf5f9a2027c4272095883a /x11/liboldXrandr/Makefile | |
parent | cf78bdccf7f3a7b3af7233320c75dd7bd05bfbaf (diff) | |
download | pkgsrc-9992ee0375c4835d8056bc25befa0368b50bca42.tar.gz |
x11: adapt to new avoid-duplicate.mk usage
Diffstat (limited to 'x11/liboldXrandr/Makefile')
-rw-r--r-- | x11/liboldXrandr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/liboldXrandr/Makefile b/x11/liboldXrandr/Makefile index 03e3907afcd..def07e6d615 100644 --- a/x11/liboldXrandr/Makefile +++ b/x11/liboldXrandr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2021/12/01 13:01:15 nia Exp $ +# $NetBSD: Makefile,v 1.8 2022/04/10 08:53:17 nia Exp $ DISTNAME= libXrandr-1.0.2 PKGNAME= Xrandr-1.0.2 @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= xrandr.pc.in -X11_BUILTIN_NAME?= Xrandr +X11_LIB_NAME?= Xrandr .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk" .include "../../x11/libXext/buildlink3.mk" BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.8 |