From f7832e9f3bb5a129b32bb36eeb5b4a955668826c Mon Sep 17 00:00:00 2001 From: thierry Date: Mon, 25 Jun 2007 19:30:54 +0000 Subject: Fix the dependency on terminfo.db. Submitted by: rafan --- x11/rxvt-unicode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/rxvt-unicode') diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index c3597c38e17b..2f1829718bb7 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -125,7 +125,7 @@ CONFIGURE_ARGS+= --without-terminfo PLIST_SUB+= TERMINFO="@comment " .else BUILD_DEPENDS+= tic:${PORTSDIR}/devel/ncurses -CONFIGURE_ARGS+= --with-terminfo=${LOCALBASE}share/misc/terminfo.db +CONFIGURE_ARGS+= --with-terminfo=${LOCALBASE}/share/misc/terminfo.db RUN_DEPENDS+= ${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses PLIST_SUB+= TERMINFO="" .endif -- cgit