diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-18 00:32:07 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-18 00:32:07 +0000 |
commit | fa2e3d968cb840313990f565dfa0c2ef04acd05f (patch) | |
tree | 1b7d9834314a94e58cb6d4970a03eb27824e291c /chat/weechat | |
parent | 673b781059d48b2dabc6e3c2aad438ebdcba0beb (diff) | |
download | pkgsrc-fa2e3d968cb840313990f565dfa0c2ef04acd05f.tar.gz |
Now needs pkg-config, or fails to link gnutls correctly.
Diffstat (limited to 'chat/weechat')
-rw-r--r-- | chat/weechat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 1259dcdfe47..e725b849095 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2012/06/13 11:33:30 abs Exp $ +# $NetBSD: Makefile,v 1.33 2012/06/18 00:32:07 dholland Exp $ DISTNAME= weechat-0.3.8 CATEGORIES= chat @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes -USE_TOOLS+= msgfmt +USE_TOOLS+= msgfmt pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-tcl --disable-guile --disable-aspell |