0685b3e969
Note that graphics/GraphicsMagick12 was removed on 2014-05-20 because it is no longer maintained upstream. Detailed/other changes: * graphics/GraphicsMagick : - Copy contents from graphics/GraphicsMagick13 - Remove PORTREVISION and PKGNAMESUFFIX - Keep original pkg-descr, do not copy whitespace-only changes. * graphics/pecl-gmagick : - Use modern LIB_DEPENDS * graphics/vips : - Stage support - Use modern LIB_DEPENDS - USES libtool, pathfix * multimedia/bombono : - Update BUILD_DEPENDS and RUN_DEPENDS * textproc/htmltolatex : - Use modern LIB_DEPENDS Phabric: D108 162 Approved by: portmgr (antoine, bapt)
20 lines
677 B
Text
20 lines
677 B
Text
--- Makefile.in.orig 2008-05-18 17:22:51.000000000 -0400
|
|
+++ Makefile.in 2008-06-06 18:41:23.620488084 -0400
|
|
@@ -1775,7 +1775,7 @@
|
|
MagickLibConfigPath = @MagickLibConfigPath@
|
|
MagickLibPath = @MagickLibPath@
|
|
MagickShareConfigPath = @MagickShareConfigPath@
|
|
-MagickSharePath = @MagickSharePath@
|
|
+MagickSharePath = ${DATADIR}
|
|
MogrifyDelegate = @MogrifyDelegate@
|
|
NM = @NM@
|
|
NMEDIT = @NMEDIT@
|
|
@@ -4382,7 +4382,7 @@
|
|
@WITH_PERL_DYNAMIC_FALSE@@WITH_PERL_STATIC_TRUE@@WITH_PERL_TRUE@PERLSTATICNAME = PerlMagick
|
|
|
|
# Pkgconfig directory
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
|
|
# Files to install in Pkgconfig directory
|
|
pkgconfig_DATA = \
|