diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2017-06-17 10:58:47 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2017-06-17 10:58:47 +0800 |
commit | 60c6f1db265cd56fbcb2815e032fb48dc05f910c (patch) | |
tree | 0272afc5b7f91dd4318abe586a2a7928dc39caca | |
parent | 5c22e2d0835e6e3164bf234cc29bcc828d08b7df (diff) | |
download | freebsd-ports-gnome-60c6f1db265cd56fbcb2815e032fb48dc05f910c.tar.gz freebsd-ports-gnome-60c6f1db265cd56fbcb2815e032fb48dc05f910c.tar.zst freebsd-ports-gnome-60c6f1db265cd56fbcb2815e032fb48dc05f910c.zip |
Fix wrong PKGNAME dependency.
Spotted by: Poudriere
With hat: portmgr
-rw-r--r-- | devel/p5-IO-Prompter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-IO-Prompter/Makefile b/devel/p5-IO-Prompter/Makefile index 9dff96aeca2e..28e5d60d5e18 100644 --- a/devel/p5-IO-Prompter/Makefile +++ b/devel/p5-IO-Prompter/Makefile @@ -3,6 +3,7 @@ PORTNAME= IO-Prompter PORTVERSION= 0.004014 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= zi@FreeBSD.org COMMENT= Prompt for input, read it, clean it, return it -BUILD_DEPENDS= devel/p5-Contextual-Return>0:devel/p5-Contextual-Return +BUILD_DEPENDS= p5-Contextual-Return>0:devel/p5-Contextual-Return RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |