aboutsummaryrefslogtreecommitdiffstats
path: root/x11/mrxvt
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-16 16:44:04 +0800
committerbapt <bapt@FreeBSD.org>2014-07-16 16:44:04 +0800
commit54fe086946300e97f880eadf5c3294ffafd89807 (patch)
tree289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /x11/mrxvt
parent117881353a4b7072903cc6e7f10e947c2fa9dcc5 (diff)
downloadfreebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.tar.gz
freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.tar.zst
freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.zip
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'x11/mrxvt')
-rw-r--r--x11/mrxvt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/mrxvt/Makefile b/x11/mrxvt/Makefile
index 2cea667e9785..76470fafbf82 100644
--- a/x11/mrxvt/Makefile
+++ b/x11/mrxvt/Makefile
@@ -22,7 +22,7 @@ USE_XORG= x11
OPTIONS_DEFINE= DOCS JAPANESE XFT
JAPANESE_CONFIGURE_ON= --enable-xim --enable-cjk --with-encoding=eucj
-XFT_LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
+XFT_LIB_DEPENDS= libXft.so:${PORTSDIR}/x11-fonts/libXft
XFT_CONFIGURE_ENABLE= xft
.include <bsd.port.pre.mk>