aboutsummaryrefslogtreecommitdiff
path: root/editors/ted
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /editors/ted
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
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 'editors/ted')
-rw-r--r--editors/ted/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile
index f4d3bcf787c0..8d2a87eda4fc 100644
--- a/editors/ted/Makefile
+++ b/editors/ted/Makefile
@@ -15,11 +15,11 @@ COMMENT= X11 based RTF editor
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/gpl.txt
-LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
- libpng.so:${PORTSDIR}/graphics/png \
- libtiff.so:${PORTSDIR}/graphics/tiff \
- libpaper.so:${PORTSDIR}/print/libpaper
-RUN_DEPENDS= gsfonts>0:${PORTSDIR}/print/gsfonts
+LIB_DEPENDS= libpcre.so:devel/pcre \
+ libpng.so:graphics/png \
+ libtiff.so:graphics/tiff \
+ libpaper.so:print/libpaper
+RUN_DEPENDS= gsfonts>0:print/gsfonts
WRKSRC= ${WRKDIR}/Ted-${PORTVERSION}