svn commit: r305332 - head/www/typo346

Jason Helfman jgh at FreeBSD.org
Sat Oct 6 02:53:35 UTC 2012


Author: jgh
Date: Sat Oct  6 02:53:34 2012
New Revision: 305332
URL: http://svn.freebsd.org/changeset/ports/305332

Log:
  - fix option WITHOUT_X11
  
  PR:		172374
  Submitted by:	maintainer, jumper99 at gmx.de

Modified:
  head/www/typo346/Makefile

Modified: head/www/typo346/Makefile
==============================================================================
--- head/www/typo346/Makefile	Sat Oct  6 02:52:36 2012	(r305331)
+++ head/www/typo346/Makefile	Sat Oct  6 02:53:34 2012	(r305332)
@@ -1,9 +1,6 @@
-# New ports collection makefile for:	www/typo3
-# Date created:				February 6th 2005
-# Whom:	      				Gerrit Beine <tux at pinguru.net>
+# Created by:		Gerrit Beine <tux at pinguru.net>
 #
 # $FreeBSD$
-#
 
 PORTNAME=	typo3
 PORTVERSION=	4.6.12
@@ -48,7 +45,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}



More information about the svn-ports-head mailing list