diff options
-rw-r--r-- | mail/evolution/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index fe9f81949..3d2021bcd 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --enable-nss=yes \ --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ --enable-openssl=no \ - --with-sub-version="FreeBSD GNOME Team Port" \ + --with-sub-version=" FreeBSD GNOME Team Port" \ --with-krb5=/usr CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |