diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-11 13:02:43 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-11 13:02:43 +0800 |
commit | 13d2a2b183213f686d902cd0e29b3cf300fdc321 (patch) | |
tree | 69097bb5d34ef53524c0564cb3b744fdcf3d7180 /chinese/libtabe | |
parent | cd1b97ea84ebdc38205a0473b5995a07d452892d (diff) | |
download | freebsd-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/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 " |