diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/l2p | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
Diffstat (limited to 'graphics/l2p')
-rw-r--r-- | graphics/l2p/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/l2p/Makefile b/graphics/l2p/Makefile index e565ee7e9f05..d8a1327c2d0d 100644 --- a/graphics/l2p/Makefile +++ b/graphics/l2p/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://static.redsymbol.net/software/l2p/dist/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= Create PNG images from LaTeX math expressions -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS= convert:graphics/ImageMagick NO_BUILD= yes |