diff options
author | wjv <wjv@FreeBSD.org> | 2002-01-08 16:53:26 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2002-01-08 16:53:26 +0800 |
commit | ddd7c59050e1674a1cc4cee2d4a9d0dc26879fa8 (patch) | |
tree | b8928439268eddc6b93b04e692be994d70a34a51 /textproc | |
parent | 3fca44724e6d379be543fbb2056c71d5e4a3c54b (diff) | |
download | freebsd-ports-gnome-ddd7c59050e1674a1cc4cee2d4a9d0dc26879fa8.tar.gz freebsd-ports-gnome-ddd7c59050e1674a1cc4cee2d4a9d0dc26879fa8.tar.zst freebsd-ports-gnome-ddd7c59050e1674a1cc4cee2d4a9d0dc26879fa8.zip |
- Remove bogus dependency
PR: 32772
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-libxml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-libxml/Makefile b/textproc/p5-libxml/Makefile index 15bf3ca9f53b..97967d291905 100644 --- a/textproc/p5-libxml/Makefile +++ b/textproc/p5-libxml/Makefile @@ -15,8 +15,7 @@ DISTNAME= libxml-perl-${PORTVERSION} MAINTAINER= wjv@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |