aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-11 13:02:43 +0800
committerrafan <rafan@FreeBSD.org>2006-12-11 13:02:43 +0800
commit13d2a2b183213f686d902cd0e29b3cf300fdc321 (patch)
tree69097bb5d34ef53524c0564cb3b744fdcf3d7180 /chinese
parentcd1b97ea84ebdc38205a0473b5995a07d452892d (diff)
downloadfreebsd-ports-gnome-13d2a2b183213f686d902cd0e29b3cf300fdc321.tar.gz
freebsd-ports-gnome-13d2a2b183213f686d902cd0e29b3cf300fdc321.tar.zst
freebsd-ports-gnome-13d2a2b183213f686d902cd0e29b3cf300fdc321.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)
Diffstat (limited to 'chinese')
-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 "
.marcus2005-03-121-1/+1 * - Fix the build with modern GCCdanfe2005-01-241-3/+14 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1 * SIZEify.trevor2004-03-181-0/+1 * This is BROKEN everywhere except i386 4.x.kris2004-03-141-2/+2 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Per bento logs, mark as broken for gcc3.3.linimon2003-11-021-1/+7