aboutsummaryrefslogtreecommitdiffstats
path: root/x11/roxterm
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:33:55 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:33:55 +0800
commit6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /x11/roxterm
parent9f7fc49fbeea89a3a7802f2300b533ae00c7a051 (diff)
downloadfreebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.gz
freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.zst
freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'x11/roxterm')
-rw-r--r--x11/roxterm/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/roxterm/Makefile b/x11/roxterm/Makefile
index 8351883c47cb..3d39771e3623 100644
--- a/x11/roxterm/Makefile
+++ b/x11/roxterm/Makefile
@@ -12,12 +12,12 @@ COMMENT= GTK+ terminal emulator with tabs
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>0:${PORTSDIR}/devel/py-lockfile \
- docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl \
- itstool:${PORTSDIR}/textproc/itstool \
- po4a:${PORTSDIR}/textproc/po4a
-LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>0:devel/py-lockfile \
+ docbook-xsl>0:textproc/docbook-xsl \
+ itstool:textproc/itstool \
+ po4a:textproc/po4a
+LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
+RUN_DEPENDS= xdg-open:devel/xdg-utils
USES= gettext libtool:build pkgconfig python:build tar:bzip2
USE_GNOME= librsvg2:run libxslt:build
@@ -34,7 +34,7 @@ MAITCHFLAGS+= PARALLEL=${MAKE_JOBS_NUMBER};PREFIX=${PREFIX};
.if ${PORT_OPTIONS:MGTK3}
#USE_GNOME+= vte3
# use older vte3-290 port until roxterm can support the 2.91 API from vte3
-LIB_DEPENDS+= libvte2_90.so:${PORTSDIR}/x11-toolkits/vte290
+LIB_DEPENDS+= libvte2_90.so:x11-toolkits/vte290
.else
USE_GNOME+= vte
DISABLE_GTK3= True