diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-11 05:02:43 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-11 05:02:43 +0000 |
commit | 6c49a0f70a7faef7ed4746cbccb1fa06adcd3bbe (patch) | |
tree | 07a99ac0466668630614c75d52dbb03c7738aa87 /chinese/libtabe | |
parent | 96bbd4bcae67dfd5e1f9554ea76453eb876a9fb1 (diff) | |
download | ports-6c49a0f70a7faef7ed4746cbccb1fa06adcd3bbe.tar.gz ports-6c49a0f70a7faef7ed4746cbccb1fa06adcd3bbe.zip |
Notes
Diffstat (limited to 'chinese/libtabe')
-rw-r--r-- | chinese/libtabe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 85dbc5de03ca..578d94a580fe 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -14,7 +14,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Unified library for Chinese text processing USE_LDCONFIG= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_GMAKE= yes USE_BDB= yes OBSOLETE_BDB_VAR= USE_DB2 @@ -33,7 +33,6 @@ 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 " |