diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-10-30 07:43:49 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-10-30 07:43:49 +0800 |
commit | 79136bf447f5b514c660c7aa5772fbc34f8f9186 (patch) | |
tree | 8fbc0c25716a5ac5253b5cf5f09610ef0672d4dd /textproc | |
parent | b6b1119853e5ea5b736d12bff61e35c8f204e1e3 (diff) | |
download | freebsd-ports-gnome-79136bf447f5b514c660c7aa5772fbc34f8f9186.tar.gz freebsd-ports-gnome-79136bf447f5b514c660c7aa5772fbc34f8f9186.tar.zst freebsd-ports-gnome-79136bf447f5b514c660c7aa5772fbc34f8f9186.zip |
- Add p5-File-Next as RUN_DEPENDS for this package at run time.
Noticed by: brian@ (thanks)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-ack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile index c61adb06bd75..1842826a478b 100644 --- a/textproc/p5-ack/Makefile +++ b/textproc/p5-ack/Makefile @@ -7,6 +7,7 @@ PORTNAME= ack PORTVERSION= 1.68 +PORTREVISION= 1 CATEGORIES= textproc perl5 sysutils MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= App @@ -16,6 +17,7 @@ MAINTAINER= chinsan@FreeBSD.org COMMENT= A grep-like text finder for large trees of text BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |