aboutsummaryrefslogtreecommitdiff
path: root/x11/mlterm
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 /x11/mlterm
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 'x11/mlterm')
-rw-r--r--x11/mlterm/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index aa1cbd4b4a6e..ace201dffe5d 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -35,29 +35,29 @@ SIXEL_DESC= Sixel graphics support
UIM_DESC= uim support (experimental)
FRIBIDI_CONFIGURE_ENABLE= fribidi
-FRIBIDI_LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi
+FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi
UIM_CONFIGURE_ENABLE= uim
-UIM_LIB_DEPENDS= libuim.so:${PORTSDIR}/textproc/uim
+UIM_LIB_DEPENDS= libuim.so:textproc/uim
M17NLIB_CONFIGURE_ENABLE= m17nlib
-M17NLIB_LIB_DEPENDS= libm17n.so:${PORTSDIR}/devel/m17n-lib
+M17NLIB_LIB_DEPENDS= libm17n.so:devel/m17n-lib
SCIM_CONFIGURE_ENABLE= scim
-SCIM_LIB_DEPENDS= libscim-1.0.so:${PORTSDIR}/textproc/scim
+SCIM_LIB_DEPENDS= libscim-1.0.so:textproc/scim
IBUS_CONFIGURE_ENABLE= ibus
-IBUS_LIB_DEPENDS= libibus-1.0.so:${PORTSDIR}/textproc/ibus
+IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus
-CAIRO_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
+CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo
CAIRO_CONFIGURE_ON= --with-type-engines="xcore,xft,cairo"
CAIRO_CONFIGURE_OFF= --with-type-engines="xcore,xft"
SIXEL_CONFIGURE_ENABLE= sixel
-REGIS_LIB_DEPENDS= libSDL.so:${PORTSDIR}/devel/sdl12 \
- libSDL_ttf.so:${PORTSDIR}/graphics/sdl_ttf \
- libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
+REGIS_LIB_DEPENDS= libSDL.so:devel/sdl12 \
+ libSDL_ttf.so:graphics/sdl_ttf \
+ libfontconfig.so:x11-fonts/fontconfig
.include <bsd.port.options.mk>