diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:55:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:55:31 +0000 |
commit | dc572b07ee78024a59178789e6c00944918f1ef1 (patch) | |
tree | 7edfc6593200fb599a829abbf67ea60e1ffe31ab /databases | |
parent | Switch autoconf dependencies from 2.53 or 2.59 to 2.61. (diff) |
Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending on
whether the perl dependency is unconditional or conditional. This will
be needed for the conditional inclusion of bsd.perl.mk.
Notes
Notes:
svn path=/head/; revision=200412
Diffstat (limited to 'databases')
-rw-r--r-- | databases/wfb2sql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/wfb2sql/Makefile b/databases/wfb2sql/Makefile index bc4f0a54e10e..21f86109bfab 100644 --- a/databases/wfb2sql/Makefile +++ b/databases/wfb2sql/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ RUN_DEPENDS= ${BUILD_DEPENDS} NO_BUILD= YES +USE_PERL5= YES do-install: ${INSTALL_SCRIPT} ${WRKSRC}/wfb2sql ${PREFIX}/bin/wfb2sql |