diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2009-02-03 14:21:00 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2009-02-03 14:21:00 +0000 |
commit | 1be0d085d1ee34087b5a9eeedd3055651060e600 (patch) | |
tree | 31242de8ae3b3e35c6862aa7c0fe884be455a756 /x11 | |
parent | - Update audio/taglib-sharp to 2.0.3.1. (diff) |
- Make luit can find locale.alias after X.Org 7.4 upgrade. Without this,
luit is broken as it can't find the locale alias file.
- Bump PORTREVISION as package content changed
PR: ports/131238
Submitted by: rafan
Approved by: x11@ (flz)
Notes
Notes:
svn path=/head/; revision=227549
Diffstat (limited to 'x11')
-rw-r--r-- | x11/luit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/luit/Makefile b/x11/luit/Makefile index 40610108ecb4..16fca9ba908e 100644 --- a/x11/luit/Makefile +++ b/x11/luit/Makefile @@ -7,6 +7,7 @@ PORTNAME= luit PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -15,6 +16,8 @@ COMMENT= Locale and ISO 2022 support for Unicode terminals XORG_CAT= app USE_XORG= x11 fontenc +CONFIGURE_ARGS= --datadir=${LOCALBASE}/lib + PLIST_FILES= bin/luit MAN1= luit.1 |