summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2014-08-09 17:15:59 +0000
committerschmonz <schmonz@pkgsrc.org>2014-08-09 17:15:59 +0000
commit0c3c971656366c9e341abdc7129879505dbdfb7f (patch)
treecab544ca5562e25d8a48baeb7f2318b48ba531d2 /textproc
parent1ad8ae3e825f46c972456dbd7ec6921cc79bd70b (diff)
downloadpkgsrc-0c3c971656366c9e341abdc7129879505dbdfb7f.tar.gz
Remove mistakenly-left-in Perl dependency.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/highlight/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile
index ff0c7a7721f..717e473473d 100644
--- a/textproc/highlight/Makefile
+++ b/textproc/highlight/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/08/09 16:55:03 schmonz Exp $
+# $NetBSD: Makefile,v 1.7 2014/08/09 17:15:59 schmonz Exp $
DISTNAME= highlight-3.18
CATEGORIES= textproc
@@ -33,5 +33,4 @@ SUBST_SED.paths+= -e 's,/usr/share,${PREFIX}/share,g'
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../lang/lua/buildlink3.mk"
-.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"