diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 11:07:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 11:07:14 +0000 |
commit | d695eafc35c19aa1d0198c012694f2d48c6a2b1b (patch) | |
tree | 04ab487eb82ca7957c6ba932a930cfc8820adaeb /databases/firebird-client/Makefile | |
parent | REINPLACE_CMD doesn't like x+, replaced with xx* (diff) |
Lots of perl in the install-scripts
Noticed by: bento
Diffstat (limited to '')
-rw-r--r-- | databases/firebird-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile index c0f4343a84d1..1606fc389e38 100644 --- a/databases/firebird-client/Makefile +++ b/databases/firebird-client/Makefile @@ -25,6 +25,7 @@ LDCONFIG_DIRS= %%PREFIX%%/firebird/lib MSG_FILE= ${PKGDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message USE_REINPLACE= yes +USE_PERL5= yes ONLY_FOR_ARCHS= i386 |