diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2008-12-09 15:01:21 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2008-12-09 15:01:21 +0000 |
commit | 9a6c5a31701a1d2e7ff1c911caa3c366c6f7f115 (patch) | |
tree | b9d5afcc8db36ed9c2776bc5d36d7d7b6f091cbb /archivers/rpm5 | |
parent | 3c4b14b450c893edad47de76b1bf17a688f479fb (diff) |
Use USE_PERL5_BUILD instead of explicit BUILD_DEPENDS on Perl.
Noticed by: linimon
Notes
Notes:
svn path=/head/; revision=224040
Diffstat (limited to 'archivers/rpm5')
-rw-r--r-- | archivers/rpm5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 9128a0282f77..ef1ee536a5c3 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -21,8 +21,7 @@ LIB_DEPENDS= db-4.5:${PORTSDIR}/databases/db45 \ magic:${PORTSDIR}/sysutils/file \ xar:${PORTSDIR}/archivers/xar \ pcre.0:${PORTSDIR}/devel/pcre -BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed \ - perl:${PORTSDIR}/lang/perl5.8 +BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed .if !defined(NOPORTDOCS) BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen \ ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz @@ -36,6 +35,7 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_ICONV= yes USE_LDCONFIG= yes +USE_PERL5_BUILD=5.8.0+ LATEST_LINK= rpm5 CONFLICTS= rpm-3.* rpm-4.* |