diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-20 18:50:28 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-09-20 18:50:28 +0000 |
commit | 454c5dc8cd73ba75854bcddbdda14b11343918b0 (patch) | |
tree | 3fc068f2122957b799b8f5997017cc2e5ba6d12c /textproc/p5-XML-Elemental | |
parent | d495528e49bd6b9f144c77eb65517b5a70c72306 (diff) | |
download | ports-454c5dc8cd73ba75854bcddbdda14b11343918b0.tar.gz ports-454c5dc8cd73ba75854bcddbdda14b11343918b0.zip |
- add RUN_DEPENDS=BUILD_DEPENDS
- fix pkg-plist
Notes
Notes:
svn path=/head/; revision=143236
Diffstat (limited to 'textproc/p5-XML-Elemental')
-rw-r--r-- | textproc/p5-XML-Elemental/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/p5-XML-Elemental/Makefile b/textproc/p5-XML-Elemental/Makefile index d80e8437bb3f..ece31f810a6b 100644 --- a/textproc/p5-XML-Elemental/Makefile +++ b/textproc/p5-XML-Elemental/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Generic classes for simplistic and perlish handling of XML data BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |