diff options
author | asami <asami@FreeBSD.org> | 1999-09-10 09:55:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-10 09:55:45 +0000 |
commit | db13d470ac8127d5f2c85c19b9ef4e6ecab22145 (patch) | |
tree | 1bf38195cde308f2be0c1b14919b0fd9c286f6bb /chinese/libtabe | |
parent | f9f66d015859eb97763614bf808d635b860cd2f0 (diff) | |
download | FreeBSD-ports-db13d470ac8127d5f2c85c19b9ef4e6ecab22145.zip FreeBSD-ports-db13d470ac8127d5f2c85c19b9ef4e6ecab22145.tar.gz |
Did I say USE_X11? Bah! I meant USE_XLIB of course!
Diffstat (limited to 'chinese/libtabe')
-rw-r--r-- | chinese/libtabe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index b0431a1..9437801 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db RUN_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db WRKSRC= ${WRKDIR}/libtabe -USE_X11= yes +USE_XLIB= yes HAS_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |