diff options
author | reg <reg@FreeBSD.org> | 2002-01-07 04:52:03 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2002-01-07 04:52:03 +0800 |
commit | 664d57724cc7b7119a3bc8bf313f4bb7b5d3ad88 (patch) | |
tree | fa767081796eaa2063c8f33c097ed6da4c6f97e4 /mail | |
parent | 1c643d68768ad49e75a68d52d74b8a7ccfaf4e04 (diff) | |
download | freebsd-ports-graphics-664d57724cc7b7119a3bc8bf313f4bb7b5d3ad88.tar.gz freebsd-ports-graphics-664d57724cc7b7119a3bc8bf313f4bb7b5d3ad88.tar.zst freebsd-ports-graphics-664d57724cc7b7119a3bc8bf313f4bb7b5d3ad88.zip |
Missed ${LOCALBASE}/pilot/ -> ${LOCALBASE}
Diffstat (limited to 'mail')
-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 74024f5e791..b42ea72a8dc 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 74024f5e791..b42ea72a8dc 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 |