aboutsummaryrefslogtreecommitdiff
path: root/www/edbrowse
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/edbrowse
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
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/edbrowse')
-rw-r--r--www/edbrowse/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/edbrowse/Makefile b/www/edbrowse/Makefile
index e8383a974d42..38c2b405ba7e 100644
--- a/www/edbrowse/Makefile
+++ b/www/edbrowse/Makefile
@@ -11,10 +11,10 @@ COMMENT= Line-oriented Web browser and text editor
LICENSE= GPLv2
-BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
- libmozjs-24.so:${PORTSDIR}/lang/spidermonkey24 \
- libcurl.so:${PORTSDIR}/ftp/curl
+BUILD_DEPENDS= ${UNZIP_CMD}:archivers/unzip
+LIB_DEPENDS= libpcre.so:devel/pcre \
+ libmozjs-24.so:lang/spidermonkey24 \
+ libcurl.so:ftp/curl
USE_OPENSSL= yes
USES= compiler:c11 readline zip