aboutsummaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2002-01-06 20:52:03 +0000
committerJeremy Lea <reg@FreeBSD.org>2002-01-06 20:52:03 +0000
commit52d84ee998ed82bc7c00c8bb481b4f41e1a26fa8 (patch)
treec8383290639c644f4c7a14be59fe9d0b0af936b9 /mail/evolution
parent9450c9b68c6b729f96748b2e8e6aec58f0e4091f (diff)
downloadports-52d84ee998ed82bc7c00c8bb481b4f41e1a26fa8.tar.gz
ports-52d84ee998ed82bc7c00c8bb481b4f41e1a26fa8.zip
Missed ${LOCALBASE}/pilot/ -> ${LOCALBASE}
Notes
Notes: svn path=/head/; revision=52669
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 74024f5e7911..b42ea72a8dc1 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -43,7 +43,7 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \
--with-nss-libs=${LOCALBASE}/lib
# --with-openldap=${LOCALBASE}
.if !defined(WITHOUT_PILOT)
-CONFIGURE_ARGS+= --with-pisock=${LOCALBASE}/pilot \
+CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} \
--enable-pilot-conduits=yes
PLIST_SUB= PILOT:=""
.else