pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/fltk



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Mar 14 16:04:15 UTC 2025

Modified Files:
        pkgsrc/x11/fltk: Makefile

Log Message:
x11/fltk: Declare conflict with x11/fltk13


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/x11/fltk/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/fltk/Makefile
diff -u pkgsrc/x11/fltk/Makefile:1.92 pkgsrc/x11/fltk/Makefile:1.93
--- pkgsrc/x11/fltk/Makefile:1.92       Mon Feb 24 10:30:48 2025
+++ pkgsrc/x11/fltk/Makefile    Fri Mar 14 16:04:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2025/02/24 10:30:48 micha Exp $
+# $NetBSD: Makefile,v 1.93 2025/03/14 16:04:15 micha Exp $
 
 DISTNAME=      fltk-1.4.2-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -13,6 +13,8 @@ HOMEPAGE=     https://www.fltk.org/
 COMMENT=       Fast Light Tool Kit for graphical user interfaces
 LICENSE=       gnu-lgpl-v2
 
+CONFLICTS+=    fltk13-[0-9]*
+
 USE_LANGUAGES=         c c++
 USE_CC_FEATURES+=      c99
 



Home | Main Index | Thread Index | Old Index