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/xf86-video-apm/Makefile | |
parent | cf78bdccf7f3a7b3af7233320c75dd7bd05bfbaf (diff) | |
download | pkgsrc-9992ee0375c4835d8056bc25befa0368b50bca42.tar.gz |
x11: adapt to new avoid-duplicate.mk usage
Diffstat (limited to 'x11/xf86-video-apm/Makefile')
-rw-r--r-- | x11/xf86-video-apm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xf86-video-apm/Makefile b/x11/xf86-video-apm/Makefile index fe56f6e0e0f..96b999c1b45 100644 --- a/x11/xf86-video-apm/Makefile +++ b/x11/xf86-video-apm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2021/12/02 18:15:25 nia Exp $ +# $NetBSD: Makefile,v 1.24 2022/04/10 08:53:19 nia Exp $ DISTNAME= xf86-video-apm-1.3.0 CATEGORIES= x11 @@ -17,7 +17,7 @@ RELRO_SUPPORTED= partial CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4 -X11_BUILTIN_NAME= xf86-video-apm +X11_DRV_NAME= apm .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk" .include "../../x11/modular-xorg-server/buildlink3.mk" .include "../../x11/xorgproto/buildlink3.mk" |