diff options
author | mat <mat@FreeBSD.org> | 2004-02-11 03:09:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-02-11 03:09:44 +0800 |
commit | 58df582dba5354d956535758019e9afc49d53716 (patch) | |
tree | 837c23fc6c6832c541ecc87e97d04d73259e9793 /textproc | |
parent | 23d6ec7e306f327b67cce8bf59bf710efd3bd6d5 (diff) | |
download | freebsd-ports-gnome-58df582dba5354d956535758019e9afc49d53716.tar.gz freebsd-ports-gnome-58df582dba5354d956535758019e9afc49d53716.tar.zst freebsd-ports-gnome-58df582dba5354d956535758019e9afc49d53716.zip |
Fixup my bad things
Submitted by: freshport bad committers mail reminder
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index 1ac389c54823..35e089b104a7 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -16,7 +16,7 @@ MAINTAINER= zaa@ulstu.ru COMMENT= Module for translating Wiki formatted text into other formats BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes |