diff options
Diffstat (limited to 'x11/vte3/Makefile')
-rw-r--r-- | x11/vte3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/vte3/Makefile b/x11/vte3/Makefile index d0f6eb5d269..dcd9ad875f4 100644 --- a/x11/vte3/Makefile +++ b/x11/vte3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2022/08/07 16:23:46 gutteridge Exp $ +# $NetBSD: Makefile,v 1.55 2022/08/07 19:07:53 gutteridge Exp $ DISTNAME= vte-0.68.0 PKGNAME= ${DISTNAME:S/vte/vte3/} @@ -21,8 +21,6 @@ USE_LANGUAGES= c c++20 # for c++20 GCC_REQD+= 10 -.include "../../mk/bsd.prefs.mk" - # Otherwise, this will fail on Linux distributions that don't # have libsystemd. MESON_ARGS+= -D_systemd=false |