pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/fltk13



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 30 18:07:33 UTC 2019

Modified Files:
        pkgsrc/x11/fltk13: Makefile

Log Message:
fltk13: Does not need Mesa metapackage - already includes MesaLib/glu


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/fltk13/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/fltk13/Makefile
diff -u pkgsrc/x11/fltk13/Makefile:1.29 pkgsrc/x11/fltk13/Makefile:1.30
--- pkgsrc/x11/fltk13/Makefile:1.29     Tue Jul 16 11:25:43 2019
+++ pkgsrc/x11/fltk13/Makefile  Fri Aug 30 18:07:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/07/16 11:25:43 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2019/08/30 18:07:33 nia Exp $
 
 DISTNAME=      fltk-1.3.5-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -48,9 +48,6 @@ PLIST.cs=             yes
 #.endif
 
 .if !empty(PKG_OPTIONS:Mopengl)
-.if ${OPSYS} != "Darwin"
-.  include "../../graphics/Mesa/buildlink3.mk"
-.endif
 CONFIGURE_ARGS+=       --enable-gl
 PLIST.opengl=  yes
 .else



Home | Main Index | Thread Index | Old Index