aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rxvt-unicode
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2007-06-26 03:30:54 +0800
committerthierry <thierry@FreeBSD.org>2007-06-26 03:30:54 +0800
commitf7832e9f3bb5a129b32bb36eeb5b4a955668826c (patch)
tree59cefdec4b55a99070d9c0689998dcd2e4bed4ac /x11/rxvt-unicode
parentd8a6fa97ed5ef884e3fcf23d9c327e0ad37579e8 (diff)
downloadfreebsd-ports-gnome-f7832e9f3bb5a129b32bb36eeb5b4a955668826c.tar.gz
freebsd-ports-gnome-f7832e9f3bb5a129b32bb36eeb5b4a955668826c.tar.zst
freebsd-ports-gnome-f7832e9f3bb5a129b32bb36eeb5b4a955668826c.zip
Fix the dependency on terminfo.db.
Submitted by: rafan
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r--x11/rxvt-unicode/Makefile2
1 files changed, 1 insertions, 1 deletions
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