summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--news/slrn/Makefile3
-rw-r--r--security/arirang/Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index ed91c8583ee..0901af5e339 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2012/03/03 00:13:49 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2012/06/01 00:16:02 dholland Exp $
DISTNAME= slrn-0.9.9p1
PKGREVISION= 6
@@ -33,6 +33,7 @@ CONFIGURE_ENV+= INSTALL=/usr/bin/install
.endif
LDFLAGS.Linux+= -ldl
+LIBS.SunOS+= -lsocket -lnsl
.include "../../devel/libslang2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/security/arirang/Makefile b/security/arirang/Makefile
index 8bde00c7b21..522b3840260 100644
--- a/security/arirang/Makefile
+++ b/security/arirang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/06/20 01:09:33 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2012/06/01 00:17:09 dholland Exp $
#
DISTNAME= arirang-1.6
@@ -14,6 +14,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= sbin share/arirang
+LIBS.SunOS+= -lsocket -lnsl
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arirang ${DESTDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/scanrule/*.uxe ${DESTDIR}${PREFIX}/share/arirang