diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:16:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:16:30 +0000 |
commit | be41425d62fadcf027f2786f380ffa32662102d1 (patch) | |
tree | 01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /textproc/aiksaurus | |
parent | 83021732317b2ba7b8c7b282f63433710942e378 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326090
Diffstat (limited to 'textproc/aiksaurus')
-rw-r--r-- | textproc/aiksaurus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index 2105d0f9d4bd..0289866115ab 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -11,9 +11,8 @@ MAINTAINER?= gnome@FreeBSD.org COMMENT?= A set of libraries and applications which provide a thesaurus USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_CSTD= gnu89 -USES= pathfix +USES= pathfix gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk |