summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2014-08-25 15:09:41 +0000
committertron <tron@pkgsrc.org>2014-08-25 15:09:41 +0000
commit65b5f2588b48f058473c945ef22c36efc3d162e7 (patch)
treedd7256ffc27e88ce88fb81259c65a7678a52afa1 /chat
parent6293d82888916b07944eb98a37375988b9d4b910 (diff)
downloadpkgsrc-65b5f2588b48f058473c945ef22c36efc3d162e7.tar.gz
Fix build under Mac OS X and add missing buildlink dependences. Bump
package revision because the wrong OpenSSL library might have been used on various platforms before.
Diffstat (limited to 'chat')
-rw-r--r--chat/ircII/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile
index 77be456cbfa..f27d4571702 100644
--- a/chat/ircII/Makefile
+++ b/chat/ircII/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.64 2014/08/25 06:22:18 mrg Exp $
+# $NetBSD: Makefile,v 1.65 2014/08/25 15:09:41 tron Exp $
DISTNAME= ircii-${VERS}
PKGNAME= ircII-${VERS}
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://ircii.warped.com/
EXTRACT_SUFX= .tar.bz2
@@ -44,6 +45,7 @@ BUILD_DEFS+= IPV6_READY
CONFIGURE_ARGS+= ${IRCII_CONFIGURE_ARGS}
CONFIGURE_ENV+= ${IRCII_CONFIGURE_ENV}
+LIBS+= -l$(BUILDLINK_LIBNAME.iconv)
LDFLAGS.SunOS+= -lsocket -lnsl
.if ${OPSYS} == "Interix"
@@ -68,5 +70,7 @@ post-install:
${SETENV} PATH=${PATH:Q} PKG_VERBOSE=${PKG_VERBOSE:Q} \
${SH} ${PKGSRCDIR}/mk/plist/doc-compress ${DOC_COMPRESS_ARGS}
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"