diff options
author | jgh <jgh@FreeBSD.org> | 2012-10-06 10:51:31 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-10-06 10:51:31 +0800 |
commit | 1aa3b661ad4ab21c8f4d84f0e1c6147556264248 (patch) | |
tree | 2392899c52ded8860c0eb0864faa3eacab1b079d /www | |
parent | a9007ceda7e0396eacd2669a249d146c398a71d1 (diff) | |
download | freebsd-ports-gnome-1aa3b661ad4ab21c8f4d84f0e1c6147556264248.tar.gz freebsd-ports-gnome-1aa3b661ad4ab21c8f4d84f0e1c6147556264248.tar.zst freebsd-ports-gnome-1aa3b661ad4ab21c8f4d84f0e1c6147556264248.zip |
- fix option WITHOUT_X11
PR: 172373
Submitted by: maintainer, jumper99@gmx.de
Diffstat (limited to 'www')
-rw-r--r-- | www/typo3/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index 4e98f8b0d474..15f90eef3c1c 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -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} |