diff options
author | kris <kris@FreeBSD.org> | 2002-05-05 12:23:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-05 12:23:04 +0800 |
commit | 2822c33e39071bcced814cad90bccd90ed31c399 (patch) | |
tree | fea2e4b402c076cafa425d29122b71485de2b2d9 /chinese | |
parent | cd17c23393499bd47e2614cf1b95fbf834dc6cec (diff) | |
download | freebsd-ports-gnome-2822c33e39071bcced814cad90bccd90ed31c399.tar.gz freebsd-ports-gnome-2822c33e39071bcced814cad90bccd90ed31c399.tar.zst freebsd-ports-gnome-2822c33e39071bcced814cad90bccd90ed31c399.zip |
Add USE_XLIB and correct a LIB_DEPENDS bogon.
Noticed by: bento
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/libtabe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 9d3e982e59e5..971f6d776700 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -12,8 +12,9 @@ MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/ MAINTAINER= kcwu@ck.tp.edu.tw +.if !defined(USE_DB2) LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 -.if defined(USE_DB2) +.else LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db .endif @@ -21,6 +22,7 @@ WRKSRC= ${WRKDIR}/libtabe INSTALLS_SHLIB= yes HAS_CONFIGURE= yes USE_GMAKE= yes +USE_XLIB= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --includedir=${PREFIX}/include/tabe \ --with-db-lib=${LOCALBASE}/lib \ |