pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ywho LIBS.SunOS+=-lnsl
details: https://anonhg.NetBSD.org/pkgsrc/rev/074ee4aa513d
branches: trunk
changeset: 604501:074ee4aa513d
user: dholland <dholland%pkgsrc.org@localhost>
date: Fri Jun 01 00:14:24 2012 +0000
description:
LIBS.SunOS+=-lnsl
diffstat:
net/ywho/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r deb5fdb278df -r 074ee4aa513d net/ywho/Makefile
--- a/net/ywho/Makefile Fri Jun 01 00:09:50 2012 +0000
+++ b/net/ywho/Makefile Fri Jun 01 00:14:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2011/11/14 23:52:26 dholland Exp $
+# $NetBSD: Makefile,v 1.13 2012/06/01 00:14:24 dholland Exp $
#
DISTNAME= ywho-1.3
@@ -14,6 +14,8 @@
MAKE_FLAGS+= DEST=${DESTDIR}${PREFIX} PKGMANDIR=${PKGMANDIR}
BUILD_TARGET= all
+LIBS.SunOS+= -lnsl
+
INSTALL_TARGET= install install.man
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index