pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/GraphicsMagick Make pkg-config a runtime depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d847334e596
branches:  trunk
changeset: 359396:0d847334e596
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Mar 09 10:47:24 2017 +0000

description:
Make pkg-config a runtime dependency so GraphicsMagick*config work.

Bump PKGREVISION.

diffstat:

 graphics/GraphicsMagick/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 35ec57034341 -r 0d847334e596 graphics/GraphicsMagick/Makefile
--- a/graphics/GraphicsMagick/Makefile  Thu Mar 09 09:51:04 2017 +0000
+++ b/graphics/GraphicsMagick/Makefile  Thu Mar 09 10:47:24 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2017/02/28 15:20:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.80 2017/03/09 10:47:24 jperkin Exp $
 
-PKGREVISION= 1
+PKGREVISION=   2
 .include "Makefile.common"
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,7 +12,7 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake pkg-config gs:run
+USE_TOOLS+=            gmake pkg-config:run gs:run
 USE_FEATURES=          vsnprintf       # optional but recommended for security
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-shared



Home | Main Index | Thread Index | Old Index