diff options
author | clsung <clsung@FreeBSD.org> | 2006-12-04 13:32:40 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-12-04 13:32:40 +0800 |
commit | 2e54707005b2fd8f58bce9c85a44d30d3786cada (patch) | |
tree | 0aa342a2ed9631d420d1151109fac3a1c25a2785 /chinese/libtabe | |
parent | 8baaaed48bba40489c4cd6bb04af1a6d88c12d21 (diff) | |
download | freebsd-ports-gnome-2e54707005b2fd8f58bce9c85a44d30d3786cada.tar.gz freebsd-ports-gnome-2e54707005b2fd8f58bce9c85a44d30d3786cada.tar.zst freebsd-ports-gnome-2e54707005b2fd8f58bce9c85a44d30d3786cada.zip |
- Respect X11BASE
- pet portlint(1)
PR: ports/105873
Submitted by: rafan
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 " |