diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2015-03-13 05:54:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2015-03-13 05:54:38 +0000 |
commit | bdaea44fac5826fe1f01942b416a13eab14f215c (patch) | |
tree | 5999c988ffb2a624f5796842194d2ea4b676568d | |
parent | a3e668691c4da5822066bf1b003c23230ac3b89f (diff) | |
download | ports-bdaea44fac5826fe1f01942b416a13eab14f215c.tar.gz ports-bdaea44fac5826fe1f01942b416a13eab14f215c.zip |
Notes
-rw-r--r-- | textproc/p5-Test-Groonga/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Test-Groonga/Makefile b/textproc/p5-Test-Groonga/Makefile index d0a81c9ddb3d..800cda9e32c4 100644 --- a/textproc/p5-Test-Groonga/Makefile +++ b/textproc/p5-Test-Groonga/Makefile @@ -2,6 +2,7 @@ PORTNAME= Test-Groonga PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ LICENSE_COMB= dual RUN_DEPENDS= \ p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \ - p5-Test-TCP>=1.1${PORTSDIR}/devel/p5-Test-TCP + p5-Test-TCP>=1.1:${PORTSDIR}/devel/p5-Test-TCP BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 |