diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-17 10:01:52 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-17 10:01:52 +0800 |
commit | f74eb4c7fd252b4663e53fae91a3155fd583ba42 (patch) | |
tree | 81423e08de0a8a8738e24252ae7cd962109483b1 /textproc | |
parent | 17e23d1750836250dc201ac8406b98e519a1fc74 (diff) | |
download | freebsd-ports-gnome-f74eb4c7fd252b4663e53fae91a3155fd583ba42.tar.gz freebsd-ports-gnome-f74eb4c7fd252b4663e53fae91a3155fd583ba42.tar.zst freebsd-ports-gnome-f74eb4c7fd252b4663e53fae91a3155fd583ba42.zip |
- my bad, wrong depends
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Liberal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-Liberal/Makefile b/textproc/p5-XML-Liberal/Makefile index 2e9cb216e65f..9cab66044332 100644 --- a/textproc/p5-XML-Liberal/Makefile +++ b/textproc/p5-XML-Liberal/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/HTML/Entities/Numbered.pm:${PORTSDIR}/textproc/p5-HTML-Entities-Numbered \ ${SITE_PERL}/Module/Pluggable/Fast.pm:${PORTSDIR}/devel/p5-Module-Pluggable-Fast -BUILD_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |