summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorfhajny <fhajny>2017-02-13 13:02:11 +0000
committerfhajny <fhajny>2017-02-13 13:02:11 +0000
commit7a509391562cbdd6f56c51c1720fe8e518ba2c35 (patch)
treed13f23b0bbf7aa97598f8aefe90c153935f2ba06 /chat
parent220f749a90cae54c377be5f8191ba1fde3ce3afe (diff)
downloadpkgsrc-7a509391562cbdd6f56c51c1720fe8e518ba2c35.tar.gz
SunOS also needs -lresolve. Fixes joyent/pkgsrc/issues/464. Fix misspelling of PKGREVISION.
Diffstat (limited to 'chat')
-rw-r--r--chat/weechat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile
index ea993ea2c05..db4c7d09638 100644
--- a/chat/weechat/Makefile
+++ b/chat/weechat/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2017/02/07 12:30:29 roy Exp $
+# $NetBSD: Makefile,v 1.72 2017/02/13 13:02:11 fhajny Exp $
DISTNAME= weechat-1.7
-PKG_REVISION= 1
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://www.weechat.org/files/src/
EXTRACT_SUFX= .tar.bz2
@@ -31,6 +31,7 @@ CMAKE_ARGS+= -DENABLE_CHARSET:BOOL=ON
LDFLAGS+= ${BUILDLINK_LDADD.gettext}
LDFLAGS.Darwin+= -lresolv
+LDFLAGS.SunOS+= -lresolv
.include "options.mk"