pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/qcad



Module Name:    pkgsrc
Committed By:   plunky
Date:           Sun Dec 29 14:27:52 UTC 2019

Modified Files:
        pkgsrc/cad/qcad: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/cad/qcad/Makefile

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

Modified files:

Index: pkgsrc/cad/qcad/Makefile
diff -u pkgsrc/cad/qcad/Makefile:1.84 pkgsrc/cad/qcad/Makefile:1.85
--- pkgsrc/cad/qcad/Makefile:1.84       Sun Dec 29 14:18:20 2019
+++ pkgsrc/cad/qcad/Makefile    Sun Dec 29 14:27:52 2019
@@ -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_MESSAGE.icon=  Fix icon name.
 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