pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/magicpoint



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 13:29:16 UTC 2020

Modified Files:
        pkgsrc/graphics/magicpoint: Makefile

Log Message:
magicpoint: Uses bison


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/graphics/magicpoint/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/magicpoint/Makefile
diff -u pkgsrc/graphics/magicpoint/Makefile:1.102 pkgsrc/graphics/magicpoint/Makefile:1.103
--- pkgsrc/graphics/magicpoint/Makefile:1.102   Sun Aug 11 13:21:12 2019
+++ pkgsrc/graphics/magicpoint/Makefile Thu Mar 26 13:29:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2019/08/11 13:21:12 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2020/03/26 13:29:16 nia Exp $
 
 DISTNAME=              magicpoint-1.13a
 PKGREVISION=           31
@@ -19,6 +19,7 @@ USE_IMAKE=            yes
 USE_LANGUAGES+=                c99
 USE_TOOLS+=            perl
 USE_TOOLS+=            pkg-config
+USE_TOOLS+=            bison
 
 CONFIGURE_ARGS+=       --enable-freetype-charset16
 CONFIGURE_ARGS+=       --enable-locale



Home | Main Index | Thread Index | Old Index