summaryrefslogtreecommitdiff
path: root/misc/colortail
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-03 15:11:37 +0000
committertv <tv@pkgsrc.org>2005-11-03 15:11:37 +0000
commit8c1292936f1cc68cc7afff60a9eb551864bd8e20 (patch)
tree1d0157c19ba85a6657f05af6e6ff14d02259462a /misc/colortail
parentc848f65c3b6d36abdf76a4b59ab7e7d10598488d (diff)
downloadpkgsrc-8c1292936f1cc68cc7afff60a9eb551864bd8e20.tar.gz
This needs libgetopt for getopt_long(3).
Diffstat (limited to 'misc/colortail')
-rw-r--r--misc/colortail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile
index bff8fbf08d9..303f2030888 100644
--- a/misc/colortail/Makefile
+++ b/misc/colortail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/10/17 16:01:39 reed Exp $
+# $NetBSD: Makefile,v 1.10 2005/11/03 15:11:37 tv Exp $
DISTNAME= colortail-0.3.0
CATEGORIES= misc
@@ -20,4 +20,5 @@ post-install:
conf.xferlog conf.daemon ${PREFIX}/share/examples/colortail
${SED} 's,@PREFIX@,${PREFIX},' ${PKGDIR}/DESCR > ${DESCR_SRC}
+.include "../../libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"