diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-01-08 01:28:31 +0800 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-01-08 01:28:31 +0800 |
commit | 054cd49885e7561062f88cefdb507addcc4b6833 (patch) | |
tree | 887462cb7b25d3c5b86f81ff077ee7374af45f96 /editors | |
parent | fdb71e16b0654f375aca478e4249a6ea0293ab9b (diff) | |
download | freebsd-ports-gnome-054cd49885e7561062f88cefdb507addcc4b6833.tar.gz freebsd-ports-gnome-054cd49885e7561062f88cefdb507addcc4b6833.tar.zst freebsd-ports-gnome-054cd49885e7561062f88cefdb507addcc4b6833.zip |
Remove PKGNAMEPREFIX from textproc/py-ack
Submitted by: Sebastian Santoro (original idea)
Reviewed by: perl
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 3704ef212490..7714431c1241 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl Application Development and Refactoring Environment -BUILD_DEPENDS= p5-ack>=1.86:${PORTSDIR}/textproc/p5-ack \ +BUILD_DEPENDS= ack:${PORTSDIR}/textproc/ack \ p5-Class-Adapter>=1.05:${PORTSDIR}/devel/p5-Class-Adapter \ p5-Class-Unload>=0.03:${PORTSDIR}/devel/p5-Class-Unload \ p5-Devel-Dumpvar>=0.04:${PORTSDIR}/devel/p5-Devel-Dumpvar \ |