diff options
author | culot <culot@FreeBSD.org> | 2012-06-05 16:40:39 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-05 16:40:39 +0800 |
commit | 0cf2617b06bc10ad82a5379413f8a14dae919fb7 (patch) | |
tree | 080d5ab3a5e13fda5ea0b5720eee35aaaaeb5444 /textproc/p5-UML-State/Makefile | |
parent | 600cb53678d957bbee03bb17caf0b24403012bab (diff) | |
download | freebsd-ports-gnome-0cf2617b06bc10ad82a5379413f8a14dae919fb7.tar.gz freebsd-ports-gnome-0cf2617b06bc10ad82a5379413f8a14dae919fb7.tar.zst freebsd-ports-gnome-0cf2617b06bc10ad82a5379413f8a14dae919fb7.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'textproc/p5-UML-State/Makefile')
-rw-r--r-- | textproc/p5-UML-State/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-UML-State/Makefile b/textproc/p5-UML-State/Makefile index dac81268a142..e35b44930f7f 100644 --- a/textproc/p5-UML-State/Makefile +++ b/textproc/p5-UML-State/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl module that produce simple UML state diagrams -BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |