Date: Sat, 6 Oct 2012 02:51:31 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305330 - head/www/typo3 Message-ID: <201210060251.q962pVvT084610@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Sat Oct 6 02:51:31 2012 New Revision: 305330 URL: http://svn.freebsd.org/changeset/ports/305330 Log: - fix option WITHOUT_X11 PR: 172373 Submitted by: maintainer, jumper99@gmx.de Modified: head/www/typo3/Makefile Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Sat Oct 6 02:48:43 2012 (r305329) +++ head/www/typo3/Makefile Sat Oct 6 02:51:31 2012 (r305330) @@ -1,9 +1,6 @@ -# New ports collection makefile for: www/typo3 -# Date created: February 6th 2005 -# Whom: Gerrit Beine <tux@pinguru.net> +# Created by: Gerrit Beine <tux@pinguru.net> # # $FreeBSD$ -# PORTNAME= typo3 PORTVERSION= 4.7.4 @@ -47,7 +44,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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210060251.q962pVvT084610>