pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/djview4



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Oct 24 13:35:59 UTC 2024

Modified Files:
        pkgsrc/graphics/djview4: Makefile

Log Message:
graphics/djview4: Fix missing link to libGL from graphics/MesaLib

* Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/graphics/djview4/Makefile

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

Modified files:

Index: pkgsrc/graphics/djview4/Makefile
diff -u pkgsrc/graphics/djview4/Makefile:1.76 pkgsrc/graphics/djview4/Makefile:1.77
--- pkgsrc/graphics/djview4/Makefile:1.76       Wed May 29 16:32:50 2024
+++ pkgsrc/graphics/djview4/Makefile    Thu Oct 24 13:35:59 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.76 2024/05/29 16:32:50 adam Exp $
+# $NetBSD: Makefile,v 1.77 2024/10/24 13:35:59 ryoon Exp $
 #
 
 DISTNAME=      djview-4.12
 PKGNAME=       ${DISTNAME:S/djview/djview4/}
-PKGREVISION=   25
+PKGREVISION=   26
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=djvu/}
 
@@ -26,6 +26,7 @@ SUBST_MESSAGE.nsdejavu=       Fixing hardcoded
 SUBST_FILES.nsdejavu=  nsdejavu/nsdejavu.c
 SUBST_SED.nsdejavu=    -e 's:/usr/local/lib:${LOCALBASE}/lib:'
 
+.include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/djvulibre-lib/buildlink3.mk"
 BUILDLINK_DEPMETHOD.qt5-qttools= build
 .include "../../x11/qt5-qttools/buildlink3.mk"



Home | Main Index | Thread Index | Old Index