diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
commit | 2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /lang/neko | |
parent | Fix build with/without iconv (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=327535
Diffstat (limited to 'lang/neko')
-rw-r--r-- | lang/neko/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/neko/Makefile b/lang/neko/Makefile index 009bbbb4b840..8f6e1d91688d 100644 --- a/lang/neko/Makefile +++ b/lang/neko/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= gc-threaded.1:${PORTSDIR}/devel/boehm-gc-threaded ONLY_FOR_ARCHS= i386 amd64 -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= libtool:env USE_DOS2UNIX= yes MAKE_JOBS_UNSAFE= yes |