Bug 91682

Summary: Fix port: www/typo3
Product: Ports & Packages Reporter: Gerrit Beine <tux>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gerrit Beine 2006-01-11 21:00:18 UTC
Fix the ImageMagick dependency

Fix: 

.if defined(WITH_IMAGICK)
-LIB_DEPENDS+=  Magick.8:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=  Magick.9:${PORTSDIR}/graphics/ImageMagick
 .endif

 do-install:--twsuQKMl5MEtJhVSyFTyHP7u6FsfCiPIjMX00KcbV4CABldB
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -Nur /usr/ports/www/typo3/Makefile typo3/Makefile
--- /usr/ports/www/typo3/Makefile       Wed Jan 11 20:48:21 2006
+++ typo3/Makefile      Wed Jan 11 21:45:35 2006
@@ -52,7 +52,7 @@
 .endif
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-11 21:37:20 UTC
State Changed
From-To: open->closed

Committed, thanks!