diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
commit | 9346b215f04cc84bbb7125ff2fcf03978f859a21 (patch) | |
tree | 73bea5baa559b61c5e812c50ac96fad638950c75 /textproc/soothsayer | |
parent | 49ac3accb4fc378c681317849f4ae94655a61423 (diff) | |
download | ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.tar.gz ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.zip |
Notes
Diffstat (limited to 'textproc/soothsayer')
-rw-r--r-- | textproc/soothsayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/soothsayer/Makefile b/textproc/soothsayer/Makefile index 723c948d1823..007fd0e3ffcc 100644 --- a/textproc/soothsayer/Makefile +++ b/textproc/soothsayer/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= # none known, please fix MAINTAINER= ports@FreeBSD.org COMMENT= Intelligent predictive text entry platform -BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \ - pkg-config>0:${PORTSDIR}/devel/pkg-config +BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man USE_SQLITE= 3 USE_AUTOTOOLS= libtool @@ -25,6 +24,7 @@ CONFIGURE_ENV= ac_cv_path_CPPUNIT_CONFIG=no \ ac_cv_prog_HAVE_DOXYGEN=no CONFIGURE_ARGS= --disable-python-binding USE_LDCONFIG= yes +USE_PKGCONFIG= yes MAN1= soothsayer_demo.1 soothsayer_demo_text.1 \ soothsayer_simulator.1 text2ngram.1 |