pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gambc



Module Name:    pkgsrc
Committed By:   nikita
Date:           Wed Apr 26 20:54:46 UTC 2023

Modified Files:
        pkgsrc/lang/gambc: Makefile

Log Message:
gambc: conflicts with ghostscript-agpl.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/gambc/Makefile

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

Modified files:

Index: pkgsrc/lang/gambc/Makefile
diff -u pkgsrc/lang/gambc/Makefile:1.20 pkgsrc/lang/gambc/Makefile:1.21
--- pkgsrc/lang/gambc/Makefile:1.20     Wed Apr 26 20:53:23 2023
+++ pkgsrc/lang/gambc/Makefile  Wed Apr 26 20:54:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2023/04/26 20:53:23 nikita Exp $
+# $NetBSD: Makefile,v 1.21 2023/04/26 20:54:46 nikita Exp $
 #
 
 DISTNAME=      gambit-${GAMBC_DIST_VERSION:S,.,_,}
@@ -13,6 +13,7 @@ COMMENT=      GambitC Scheme System
 
 # bin/scheme-r5rs
 CONFLICTS+=    scheme48>=1.2
+CONFLICTS+=    ghostscript-agpl>=10.0.0
 
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++03



Home | Main Index | Thread Index | Old Index