summaryrefslogtreecommitdiff
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
parento pre-fetch: -> pre-everything:: (diff)
Missed ${LOCALBASE}/pilot/ -> ${LOCALBASE}
Notes
Notes: svn path=/head/; revision=52669
-rw-r--r--mail/evolution-devel/Makefile2
-rw-r--r--mail/evolution/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile
index 74024f5e7911..b42ea72a8dc1 100644
--- a/mail/evolution-devel/Makefile
+++ b/mail/evolution-devel/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
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