diff options
author | rafan <rafan@FreeBSD.org> | 2007-06-03 04:03:29 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-06-03 04:03:29 +0800 |
commit | c845077a441fed4b240bd39fed5980656be20971 (patch) | |
tree | bbfad4218670d67774856c08bd8980acbf857f56 /x11/luit | |
parent | 288dc671fafd65427dc42132e09873f7dc679bb2 (diff) | |
download | freebsd-ports-gnome-c845077a441fed4b240bd39fed5980656be20971.tar.gz freebsd-ports-gnome-c845077a441fed4b240bd39fed5980656be20971.tar.zst freebsd-ports-gnome-c845077a441fed4b240bd39fed5980656be20971.zip |
- locale.alias is now in LOCALBASE/lib/X11
This fixes luit after recent libX11 commit.
- Pet portlint
PR: ports/113263
Submitted by: rafan
Approved by: flz
Diffstat (limited to 'x11/luit')
-rw-r--r-- | x11/luit/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/luit/Makefile b/x11/luit/Makefile index d17bf9d77fc3..cec83e4da244 100644 --- a/x11/luit/Makefile +++ b/x11/luit/Makefile @@ -7,19 +7,17 @@ PORTNAME= luit PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org -COMMENT= Locale and ISO 2022 support for Unicode terminals. +COMMENT= Locale and ISO 2022 support for Unicode terminals XORG_CAT= app USE_XORG= x11 fontenc PLIST_FILES= bin/luit -CONFIGURE_ARGS= --with-localealiasfile=${LOCALBASE}/share/X11/locale/locale.alias - MAN1= luit.1 .if !defined(WITH_SETUID_LUIT) |