Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2006 20:50:57 GMT
From:      Gerrit Beine <tux@pinguru.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91682: Fix port: www/typo3
Message-ID:  <200601112050.k0BKovfF053290@www.freebsd.org>
Resent-Message-ID: <200601112100.k0BL0JHO041876@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91682
>Category:       ports
>Synopsis:       Fix port: www/typo3
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 11 21:00:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gerrit Beine
>Release:        FreeBSD 6.0-RELEASE
>Organization:
Beine Computer
>Environment:
FreeBSD fbsd60.vmware 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13 UTC 2005     root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Fix the ImageMagick dependency
>How-To-Repeat:
              
>Fix:
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

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

 do-install:

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601112050.k0BKovfF053290>