pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/php-gd graphics/php-gd: Fix a syntax error of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a210544bcb5
branches:  trunk
changeset: 315067:6a210544bcb5
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Nov 15 02:32:22 2018 +0000

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

Fix a syntax error of USE_TOOLS line.

diffstat:

 graphics/php-gd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b4c3d9cbccec -r 6a210544bcb5 graphics/php-gd/Makefile
--- a/graphics/php-gd/Makefile  Thu Nov 15 01:40:52 2018 +0000
+++ b/graphics/php-gd/Makefile  Thu Nov 15 02:32:22 2018 +0000
@@ -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 @@
 
 USE_PHP_EXT_PATCHES=   yes
 
-USE_TOOLS+             pkg-config
+USE_TOOLS+=            pkg-config
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index