diff options
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) |