- Fix WITHOUT_X11 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
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 <tux@pinguru.net> +# Created by: Gerrit Beine <tux@pinguru.net> # # $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} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!