Bug 172373 - [MAINTAINER] www/typo3: Fix WITHOUT_X11
Summary: [MAINTAINER] www/typo3: Fix WITHOUT_X11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-05 21:30 UTC by Helmut Schneider
Modified: 2012-10-06 04:00 UTC (History)
0 users

See Also:


Attachments
typo3-4.7.4.patch (482 bytes, patch)
2012-10-05 21:30 UTC, Helmut Schneider
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Schneider 2012-10-05 21:30:15 UTC
- Fix WITHOUT_X11

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-10-05 23:52:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-06 03:51:45 UTC
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}
_______________________________________________
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"
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2012-10-06 03:54:23 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!