diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-08-18 02:16:13 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-08-18 02:16:13 +0000 |
commit | 23b79ce65ff012f8ada182e56445d0910015cc6e (patch) | |
tree | 84daceaf2c45626743701812cb64a2eabac856ee /textproc | |
parent | 375b4c5a33075f7ca3bdc5f78b977840a536bb54 (diff) | |
download | pkgsrc-23b79ce65ff012f8ada182e56445d0910015cc6e.tar.gz |
Add runtime dependency on textproc/highlight (for config files).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-highlight/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-highlight/Makefile b/textproc/p5-highlight/Makefile index 51851fe2272..f894266bd5b 100644 --- a/textproc/p5-highlight/Makefile +++ b/textproc/p5-highlight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/08/18 01:26:58 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2014/08/18 02:16:13 schmonz Exp $ .include "../../textproc/highlight/Makefile.common" @@ -6,6 +6,7 @@ PKGNAME= p5-highlight-${VERSION} COMMENT+= (Perl bindings) BUILD_DEPENDS+= swig-[0-9]*:../../devel/swig +DEPENDS+= highlight-[0-9]*:../../textproc/highlight BUILD_DIRS= examples/swig BUILD_TARGET= perl |