diff options
author | joerg <joerg@FreeBSD.org> | 2004-05-15 03:35:39 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2004-05-15 03:35:39 +0800 |
commit | 2fa39ae9b96f72fae40b2fae95a66ba764a50020 (patch) | |
tree | d5165b544142a4a6b0a4346f7a120ec750ae3617 /devel/avarice | |
parent | 8d31de8b3c9bd3c3c4a30c7dbec4c239d9888538 (diff) | |
download | freebsd-ports-gnome-2fa39ae9b96f72fae40b2fae95a66ba764a50020.tar.gz freebsd-ports-gnome-2fa39ae9b96f72fae40b2fae95a66ba764a50020.tar.zst freebsd-ports-gnome-2fa39ae9b96f72fae40b2fae95a66ba764a50020.zip |
One of the scripts supplied in the tools subdir actually depends on Perl,
so the `configure' step failed if there's no Perl in sight.
Just make this depend on Perl by now. Maybe the AVaRICE folks decide to
do that another way in future.
Notice by: kris
Diffstat (limited to 'devel/avarice')
-rw-r--r-- | devel/avarice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/avarice/Makefile b/devel/avarice/Makefile index 4b9daf85b1e8..46f31f622fb3 100644 --- a/devel/avarice/Makefile +++ b/devel/avarice/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \ ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty USE_BZIP2= yes +USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} |