diff options
author | nia <nia@pkgsrc.org> | 2022-09-20 07:05:12 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-09-20 07:05:12 +0000 |
commit | e1ab76628a57603368a11d7e62d733d02eb61d80 (patch) | |
tree | 907b75a4d1ad71f2996dfdc3aa7db5b989156384 /x11/efltk | |
parent | d672b85804a35ef6223a614ac4a68c4d85bd3da5 (diff) | |
download | pkgsrc-e1ab76628a57603368a11d7e62d733d02eb61d80.tar.gz |
efltk: Does not USE_PKGLOCALEDIR
Diffstat (limited to 'x11/efltk')
-rw-r--r-- | x11/efltk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/efltk/Makefile b/x11/efltk/Makefile index 23c8103fd53..094fa9a0af4 100644 --- a/x11/efltk/Makefile +++ b/x11/efltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2021/06/23 20:33:18 nia Exp $ +# $NetBSD: Makefile,v 1.40 2022/09/20 07:05:12 nia Exp $ # DISTNAME= efltk-2.0.5 @@ -15,7 +15,6 @@ LICENSE= gnu-lgpl-v2 # or later WRKSRC= ${WRKDIR}/efltk GNU_CONFIGURE= yes USE_LANGUAGES= c c++03 -USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes |