From 6c49a0f70a7faef7ed4746cbccb1fa06adcd3bbe Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Mon, 11 Dec 2006 05:02:43 +0000 Subject: - 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) --- chinese/libtabe/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chinese/libtabe') 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 " -- cgit v1.2.3