summaryrefslogtreecommitdiff
path: root/www/typo3-lts/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/typo3-lts/Makefile
parent- Update to 1.2.2 (diff)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'www/typo3-lts/Makefile')
-rw-r--r--www/typo3-lts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/typo3-lts/Makefile b/www/typo3-lts/Makefile
index 95f69b6a8993..715d72426c02 100644
--- a/www/typo3-lts/Makefile
+++ b/www/typo3-lts/Makefile
@@ -52,9 +52,9 @@ ZLIB_USE= PHP=zlib
.if ${PORT_OPTIONS:MIMAGICK}
.if ${PORT_OPTIONS:MX11}
-RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
+RUN_DEPENDS+= convert:graphics/ImageMagick
.else
-RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11
+RUN_DEPENDS+= convert:graphics/ImageMagick-nox11
.endif
.endif