diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-04-28 19:03:04 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-04-28 19:03:04 +0000 |
commit | b5c9ea3acfaeef04b4eaf129ff7784ae6564035c (patch) | |
tree | 5c655c5ab3c1f49603253fa9e8584f07d065786a /mail/cyrus-imapd2/Makefile | |
parent | b41d6821b5a29da26bc467143923467dfe664bd1 (diff) | |
download | ports-b5c9ea3acfaeef04b4eaf129ff7784ae6564035c.tar.gz ports-b5c9ea3acfaeef04b4eaf129ff7784ae6564035c.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd2/Makefile')
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index 9f3b5cea81e1..22751f2f82c9 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -32,7 +32,8 @@ CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-sasl=${LOCALBASE} \ --with-bdb-libdir=${LOCALBASE}/lib \ --with-auth=unix \ - --with-com_err + --with-com_err \ + --with-perl=${PERL5} .if defined(WITH_BDB_VER) USE_BDB_VER= ${WITH_BDB_VER} |