diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-04 05:32:40 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-04 05:32:40 +0000 |
commit | fcd5bf1934525544a58f64137464ee806d51944a (patch) | |
tree | d2603ae7a69e93a15f6e5924dacaa6add1fc5d0c /chinese/libtabe | |
parent | 5600883d5635c95ff8dd22aafa0f87139b61d9f4 (diff) | |
download | ports-fcd5bf1934525544a58f64137464ee806d51944a.tar.gz ports-fcd5bf1934525544a58f64137464ee806d51944a.zip |
Notes
Diffstat (limited to 'chinese/libtabe')
-rw-r--r-- | chinese/libtabe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 95a1372ab94a..85dbc5de03ca 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://cle.linux.org.tw/pub/xcin/cvs/ MAINTAINER= clsung@FreeBSD.org COMMENT= Unified library for Chinese text processing -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes HAS_CONFIGURE= yes USE_GMAKE= yes USE_BDB= yes @@ -33,6 +33,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ .if !defined(WITHOUT_X11) USE_XLIB= yes PLIST_SUB+= X11="" +CONFIGURE_ARGS+=--with-x --x-includes=${X11BASE} --x-libraries=${X11BASE} .else CONFIGURE_ARGS+=--without-x PLIST_SUB+= X11="@comment " |