diff options
-rw-r--r-- | mail/evolution-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/evolution/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index 74024f5..b42ea72 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 74024f5..b42ea72 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 |