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:   thor
Date:           Wed May  5 13:00:56 UTC 2021

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

Log Message:
graphics/gl2ps: needs libXmu


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/graphics/gl2ps/Makefile:1.2
--- pkgsrc/graphics/gl2ps/Makefile:1.1  Tue May  4 14:05:44 2021
+++ pkgsrc/graphics/gl2ps/Makefile      Wed May  5 13:00:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/05/04 14:05:44 prlw1 Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/05 13:00:56 thor Exp $
 
 DISTNAME=      gl2ps-1.4.2
 CATEGORIES=    graphics
@@ -16,6 +16,7 @@ DEPENDS+=     tex-latex-bin-[0-9]*:../../pri
 
 .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"
 
Index: pkgsrc/graphics/gl2ps/buildlink3.mk
diff -u pkgsrc/graphics/gl2ps/buildlink3.mk:1.1 pkgsrc/graphics/gl2ps/buildlink3.mk:1.2
--- pkgsrc/graphics/gl2ps/buildlink3.mk:1.1     Tue May  4 14:05:44 2021
+++ pkgsrc/graphics/gl2ps/buildlink3.mk Wed May  5 13:00:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2021/05/04 14:05:44 prlw1 Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2021/05/05 13:00:56 thor Exp $
 
 BUILDLINK_TREE+=       gl2ps
 
@@ -10,6 +10,7 @@ BUILDLINK_PKGSRCDIR.gl2ps?=   ../../graphi
 
 .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"
 



Home | Main Index | Thread Index | Old Index