diff options
author | thierry <thierry@FreeBSD.org> | 2007-06-26 03:30:54 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-06-26 03:30:54 +0800 |
commit | f7832e9f3bb5a129b32bb36eeb5b4a955668826c (patch) | |
tree | 59cefdec4b55a99070d9c0689998dcd2e4bed4ac /x11/rxvt-unicode | |
parent | d8a6fa97ed5ef884e3fcf23d9c327e0ad37579e8 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |