diff options
author | asami <asami@FreeBSD.org> | 1999-09-09 10:40:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-09 10:40:33 +0000 |
commit | c7d88c1d08f8cfd097d2ef88aa04bc6f9a47264f (patch) | |
tree | a53140336fe57ab88b14e5824d6ec27d3c8b443a /chinese/libtabe | |
parent | 53472cf5e46dc2d3e36b84a60bf0ea831cae60bd (diff) | |
download | FreeBSD-ports-c7d88c1d08f8cfd097d2ef88aa04bc6f9a47264f.zip FreeBSD-ports-c7d88c1d08f8cfd097d2ef88aa04bc6f9a47264f.tar.gz |
Add USE_X11.
Diffstat (limited to 'chinese/libtabe')
-rw-r--r-- | chinese/libtabe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 9b37611..b0431a1 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -17,6 +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 HAS_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |