summaryrefslogtreecommitdiff
path: root/editors/textroom
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/textroom
parentRemove ${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 'editors/textroom')
-rw-r--r--editors/textroom/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile
index d0098166f082..1a20598257ba 100644
--- a/editors/textroom/Makefile
+++ b/editors/textroom/Makefile
@@ -12,9 +12,9 @@ COMMENT= Full screen text editor
LICENSE= GPLv3
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
- libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
- libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ libhunspell-1.3.so:textproc/hunspell \
+ libxml++-2.6.so:textproc/libxml++26
USES= desktop-file-utils pkgconfig qmake
USE_GL= gl