pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gl2ps



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec 15 17:15:13 UTC 2021

Modified Files:
        pkgsrc/graphics/gl2ps: Makefile buildlink3.mk

Log Message:
gl2ps: Darwin provides its own OpenGL and GLUT; no need for Mesa and FreeGLUT


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/gl2ps/Makefile \
    pkgsrc/graphics/gl2ps/buildlink3.mk

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

Modified files:

Index: pkgsrc/graphics/gl2ps/Makefile
diff -u pkgsrc/graphics/gl2ps/Makefile:1.3 pkgsrc/graphics/gl2ps/Makefile:1.4
--- pkgsrc/graphics/gl2ps/Makefile:1.3  Wed Dec  8 16:02:09 2021
+++ pkgsrc/graphics/gl2ps/Makefile      Wed Dec 15 17:15:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/12/08 16:02:09 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/15 17:15:13 adam Exp $
 
 DISTNAME=      gl2ps-1.4.2
 PKGREVISION=   1
@@ -15,10 +15,13 @@ USE_CMAKE=  yes
 
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "Darwin"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/freeglut/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
+.endif
 
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/gl2ps/buildlink3.mk
diff -u pkgsrc/graphics/gl2ps/buildlink3.mk:1.3 pkgsrc/graphics/gl2ps/buildlink3.mk:1.4
--- pkgsrc/graphics/gl2ps/buildlink3.mk:1.3     Wed Dec  8 16:02:09 2021
+++ pkgsrc/graphics/gl2ps/buildlink3.mk Wed Dec 15 17:15:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2021/12/08 16:02:09 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2021/12/15 17:15:13 adam Exp $
 
 BUILDLINK_TREE+=       gl2ps
 
@@ -6,14 +6,17 @@ BUILDLINK_TREE+=      gl2ps
 GL2PS_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.gl2ps+=  gl2ps>=1.4.2
-BUILDLINK_ABI_DEPENDS.gl2ps?=  gl2ps>=1.4.2
+BUILDLINK_ABI_DEPENDS.gl2ps+=  gl2ps>=1.4.2
 BUILDLINK_PKGSRCDIR.gl2ps?=    ../../graphics/gl2ps
 
+.include "../../mk/bsd.fast.prefs.mk"
+.if ${OPSYS} != "Darwin"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/freeglut/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
+.endif
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
 
 .endif # GL2PS_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index