diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-10-06 10:52:36 +0800 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-10-06 10:52:36 +0800 |
commit | e94c8cae35fe25bfbf28ccc3d59bcba457385fb9 (patch) | |
tree | c7507d1d2e0ae8434867b4e333b496e76e58a5c3 /www | |
parent | be9eaaebf7163608ea4b7d6f2db94cebf8068b00 (diff) | |
download | freebsd-ports-gnome-e94c8cae35fe25bfbf28ccc3d59bcba457385fb9.tar.gz freebsd-ports-gnome-e94c8cae35fe25bfbf28ccc3d59bcba457385fb9.tar.zst freebsd-ports-gnome-e94c8cae35fe25bfbf28ccc3d59bcba457385fb9.zip |
- fix option WITHOUT_X11
PR: 172375
Submitted by: maintainer, jumper99@gmx.de
Diffstat (limited to 'www')
-rw-r--r-- | www/typo345/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/typo345/Makefile b/www/typo345/Makefile index 5abb2c1d6fa4..c859df80008e 100644 --- a/www/typo345/Makefile +++ b/www/typo345/Makefile @@ -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} |