Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2015 12:11:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201726] graphics/ImageMagick-noX11: Updating fails, because installing ghostscript9-noX11 fails (duplicate install during update process?)
Message-ID:  <bug-201726-13-Ab9SeJPUyo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201726-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201726-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201726

Matthias Pfaller <matthias.pfaller@familie-pfaller.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matthias.pfaller@familie-pf
                   |                            |aller.de

--- Comment #2 from Matthias Pfaller <matthias.pfaller@familie-pfaller.de> ---
The following patch will resolve the problem:
--- Makefile~   2015-07-18 22:30:49.000000000 +0200
+++ Makefile    2015-07-21 14:02:05.932470957 +0200
@@ -356,7 +356,11 @@

 # PDF (Adobe Portable Document Format) support
 .if ${PORT_OPTIONS:MPDF}
+. if ${PORT_OPTIONS:MX11}
 USES+=                 ghostscript
+. else
+USES+=                 ghostscript:nox11
+. endif
 .endif

 .if ! ${PORT_OPTIONS:MX11}

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201726-13-Ab9SeJPUyo>