summaryrefslogtreecommitdiff
path: root/net/poink
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2007-01-03 15:21:35 +0000
committertv <tv@pkgsrc.org>2007-01-03 15:21:35 +0000
commit36a4ea478e26ab6a203a4866a66a83016510eee3 (patch)
tree997cf9cf51a29f70f36049a22960eb67af972147 /net/poink
parent0fab269c3ed7b7fe101fc153a18db8c05b846ae3 (diff)
downloadpkgsrc-36a4ea478e26ab6a203a4866a66a83016510eee3.tar.gz
libgetopt for <getopt.h> where not present.
Diffstat (limited to 'net/poink')
-rw-r--r--net/poink/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/poink/Makefile b/net/poink/Makefile
index ebbf092f757..13f0aac1b95 100644
--- a/net/poink/Makefile
+++ b/net/poink/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/04/22 09:22:12 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2007/01/03 15:21:35 tv Exp $
#
DISTNAME= poink-1.6
@@ -16,4 +16,5 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/poink ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ping.1 ${PREFIX}/man/man1/poink.1
+.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"