pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/qcad drop PLIST var handling, as these are not ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1baafa1dca73
branches:  trunk
changeset: 346157:1baafa1dca73
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Sun Dec 29 14:27:52 2019 +0000

description:
drop PLIST var handling, as these are not installed by package now

diffstat:

 cad/qcad/Makefile |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (26 lines):

diff -r f68fd554b528 -r 1baafa1dca73 cad/qcad/Makefile
--- a/cad/qcad/Makefile Sun Dec 29 14:18:20 2019 +0000
+++ b/cad/qcad/Makefile Sun Dec 29 14:27:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2019/12/29 14:18:20 plunky Exp $
+# $NetBSD: Makefile,v 1.85 2019/12/29 14:27:52 plunky Exp $
 #
 
 DISTNAME=              qcad-3.24.0.1
@@ -33,16 +33,6 @@
 SUBST_FILES.icon=      qcad.desktop
 SUBST_SED.icon=                -e s,qcad_icon,qcad,g
 
-.include "../../mk/bsd.prefs.mk"
-PLIST_VARS+=   glx egl
-.if ${OPSYS} != "Darwin"
-PLIST.glx=     yes
-.  include "../../graphics/MesaLib/buildlink3.mk"
-.  if ${MESALIB_SUPPORTS_EGL} == "yes"
-PLIST.egl=     yes
-.  endif
-.endif
-
 AUTO_MKDIRS=   yes
 
 # ensure we don't build debug libs



Home | Main Index | Thread Index | Old Index