aboutsummaryrefslogtreecommitdiff
path: root/www/bluefish
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/bluefish
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/bluefish')
-rw-r--r--www/bluefish/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 5decf7c6e196..a585c1479522 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -13,8 +13,8 @@ COMMENT= HTML editor designed for the experienced web designer
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
- libenchant.so:${PORTSDIR}/textproc/enchant
+LIB_DEPENDS= libpcre.so:devel/pcre \
+ libenchant.so:textproc/enchant
USES= desktop-file-utils gettext gmake libtool pkgconfig python \
shared-mime-info tar:bzip2
@@ -42,9 +42,9 @@ DEBUG_CONFIGURE_ENABLE= debugging-output
GTK2_USE= gnome=gtk20
GTK2_CONFIGURE_ON= --with-gtk2=yes
GTK2_CONFIGURE_OFF= --with-gtk2=no
-GTK3_LIB_DEPENDS= libgucharmap_2_90.so:${PORTSDIR}/deskutils/gucharmap
+GTK3_LIB_DEPENDS= libgucharmap_2_90.so:deskutils/gucharmap
GTK3_USE= gnome=gtk30
-TIDY_RUN_DEPENDS= tidy4:${PORTSDIR}/www/tidy
-WEBLINT_RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint
+TIDY_RUN_DEPENDS= tidy4:www/tidy
+WEBLINT_RUN_DEPENDS= weblint:www/weblint
.include <bsd.port.mk>