diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-13 01:33:21 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-08-13 01:33:21 +0000 |
commit | d313e42eeeaecb7db9a42f49822131f0283b79f8 (patch) | |
tree | 5b2c63f09ef6147817b908a5ab8dffa3f1c564e6 /net-im/eva | |
parent | 20436643006d4fe31be71a6bee44fd7372872b06 (diff) |
- Fix build
PR: ports/115434
Submitted by: Yinghong.Liu <relaxbsd at gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=197552
Diffstat (limited to 'net-im/eva')
-rw-r--r-- | net-im/eva/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/eva/Makefile b/net-im/eva/Makefile index 9a5656e8ccfa..8294aa8340c6 100644 --- a/net-im/eva/Makefile +++ b/net-im/eva/Makefile @@ -20,7 +20,7 @@ MAINTAINER= relaxbsd@gmail.com COMMENT= QQ IM Client for KDE3 USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:15 autoconf:261 USE_GMAKE= yes USE_BZIP2= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ |