pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/GraphicsMagick



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Mar  9 10:47:24 UTC 2017

Modified Files:
        pkgsrc/graphics/GraphicsMagick: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/graphics/GraphicsMagick/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/GraphicsMagick/Makefile
diff -u pkgsrc/graphics/GraphicsMagick/Makefile:1.79 pkgsrc/graphics/GraphicsMagick/Makefile:1.80
--- pkgsrc/graphics/GraphicsMagick/Makefile:1.79        Tue Feb 28 15:20:04 2017
+++ pkgsrc/graphics/GraphicsMagick/Makefile     Thu Mar  9 10:47:24 2017
@@ -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 @@ DEPENDS+=     urw-fonts-[0-9]*:../../fonts/u
 
 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