pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/vte3



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Aug  7 19:07:53 UTC 2022

Modified Files:
        pkgsrc/x11/vte3: Makefile

Log Message:
vte3: remove a line missed in previous commit (NFC)


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/x11/vte3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/vte3/Makefile
diff -u pkgsrc/x11/vte3/Makefile:1.54 pkgsrc/x11/vte3/Makefile:1.55
--- pkgsrc/x11/vte3/Makefile:1.54       Sun Aug  7 16:23:46 2022
+++ pkgsrc/x11/vte3/Makefile    Sun Aug  7 19:07:53 2022
@@ -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



Home | Main Index | Thread Index | Old Index