[Bug 201726] graphics/ImageMagick-noX11: Updating fails, because installing ghostscript9-noX11 fails (duplicate install during update process?)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 21 12:11:26 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201726

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

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

--- Comment #2 from Matthias Pfaller <matthias.pfaller at 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.


More information about the freebsd-ports-bugs mailing list