pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/wine



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Tue Nov  5 12:19:30 UTC 2024

Modified Files:
        pkgsrc/emulators/wine: Makefile

Log Message:
wine: Fix install issue due to missing libpcap blk3


To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 pkgsrc/emulators/wine/Makefile

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

Modified files:

Index: pkgsrc/emulators/wine/Makefile
diff -u pkgsrc/emulators/wine/Makefile:1.261 pkgsrc/emulators/wine/Makefile:1.262
--- pkgsrc/emulators/wine/Makefile:1.261        Fri Nov  1 14:10:47 2024
+++ pkgsrc/emulators/wine/Makefile      Tue Nov  5 12:19:30 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.261 2024/11/01 14:10:47 triaxx Exp $
+# $NetBSD: Makefile,v 1.262 2024/11/05 12:19:30 triaxx Exp $
 
 DISTNAME=      wine-9.0
+PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  https://dl.winehq.org/wine/source/${PKGVERSION_NOREV}/
 MASTER_SITES+= http://mirrors.ibiblio.org/wine/source/${PKGVERSION_NOREV}/
@@ -101,6 +102,7 @@ PLIST.desktop=              yes
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../multimedia/gstreamer1/buildlink3.mk"
 .include "../../multimedia/gst-plugins1-base/buildlink3.mk"
+.include "../../net/libpcap/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index