From owner-svn-ports-all@FreeBSD.ORG Sat Oct 6 02:52:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69AB1106566C; Sat, 6 Oct 2012 02:52:37 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 542FA8FC0C; Sat, 6 Oct 2012 02:52:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q962qbXw084808; Sat, 6 Oct 2012 02:52:37 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q962qbq8084805; Sat, 6 Oct 2012 02:52:37 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201210060252.q962qbq8084805@svn.freebsd.org> From: Jason Helfman Date: Sat, 6 Oct 2012 02:52:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305331 - head/www/typo345 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 02:52:37 -0000 Author: jgh Date: Sat Oct 6 02:52:36 2012 New Revision: 305331 URL: http://svn.freebsd.org/changeset/ports/305331 Log: - fix option WITHOUT_X11 PR: 172375 Submitted by: maintainer, jumper99@gmx.de Modified: head/www/typo345/Makefile Modified: head/www/typo345/Makefile ============================================================================== --- head/www/typo345/Makefile Sat Oct 6 02:51:31 2012 (r305330) +++ head/www/typo345/Makefile Sat Oct 6 02:52:36 2012 (r305331) @@ -1,6 +1,4 @@ -# New ports collection makefile for: www/typo3 -# Date created: February 6th 2005 -# Whom: Gerrit Beine +# Created by: Gerrit Beine # # $FreeBSD$ # @@ -48,7 +46,11 @@ USE_PHP+= gd .endif .if ${PORT_OPTIONS:MIMAGICK} +.if ${PORT_OPTIONS:MX11} RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick +.else +RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11 +.endif .endif .if ${PORT_OPTIONS:MMBSTRING}