aboutsummaryrefslogtreecommitdiff
path: root/chinese/libtabe
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-11 05:02:43 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-11 05:02:43 +0000
commit6c49a0f70a7faef7ed4746cbccb1fa06adcd3bbe (patch)
tree07a99ac0466668630614c75d52dbb03c7738aa87 /chinese/libtabe
parent96bbd4bcae67dfd5e1f9554ea76453eb876a9fb1 (diff)
downloadports-6c49a0f70a7faef7ed4746cbccb1fa06adcd3bbe.tar.gz
ports-6c49a0f70a7faef7ed4746cbccb1fa06adcd3bbe.zip
- Respect X11BASE
My last PR does not work as expected. Now this really works. Noticed by: pointyhat via kris Pointy hat to: rafan Approved by: portmgr (linimon), clsung (maintainer, implicit)
Notes
Notes: svn path=/head/; revision=179465
Diffstat (limited to 'chinese/libtabe')
-rw-r--r--chinese/libtabe/Makefile3
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 "