pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/php-gd



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Nov 15 02:32:22 UTC 2018

Modified Files:
        pkgsrc/graphics/php-gd: Makefile

Log Message:
graphics/php-gd: Fix a syntax error of Makefile

Fix a syntax error of USE_TOOLS line.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/php-gd/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/php-gd/Makefile
diff -u pkgsrc/graphics/php-gd/Makefile:1.45 pkgsrc/graphics/php-gd/Makefile:1.46
--- pkgsrc/graphics/php-gd/Makefile:1.45        Wed Nov 14 21:26:54 2018
+++ pkgsrc/graphics/php-gd/Makefile     Thu Nov 15 02:32:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2018/11/14 21:26:54 markd Exp $
+# $NetBSD: Makefile,v 1.46 2018/11/15 02:32:22 taca Exp $
 
 MODNAME=               gd
 CATEGORIES+=           graphics
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+=      --without-t1lib
 
 USE_PHP_EXT_PATCHES=   yes
 
-USE_TOOLS+             pkg-config
+USE_TOOLS+=            pkg-config
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index