diff options
author | leeym <leeym@FreeBSD.org> | 2006-02-18 22:55:48 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-02-18 22:55:48 +0800 |
commit | e2d68a9edbfef82ee93071c9968abe77d998b2a1 (patch) | |
tree | 2ae9637f14ca59cc4aff871547d45b2f724e9601 /chinese/zhcon/Makefile | |
parent | 890f449431032c29213c94c1311d4f7bfdb443b7 (diff) | |
download | freebsd-ports-gnome-e2d68a9edbfef82ee93071c9968abe77d998b2a1.tar.gz freebsd-ports-gnome-e2d68a9edbfef82ee93071c9968abe77d998b2a1.tar.zst freebsd-ports-gnome-e2d68a9edbfef82ee93071c9968abe77d998b2a1.zip |
- fix libintl dependency and unbreak this port
Diffstat (limited to 'chinese/zhcon/Makefile')
-rw-r--r-- | chinese/zhcon/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index 2145c1194139..b045460db4dc 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -17,18 +17,9 @@ COMMENT= A fast Console Chinese System which supports framebuffer device GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} -USE_GMAKE= yes -USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 - -.if !defined(WITHOUT_NLS) +# Don't bother to add ".if !defined(WITHOUT_NLS)", zhcon requires libintl USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -BROKEN= "Does not compile without gettext" -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif MAN1= zhcon.1 |