diff options
author | arved <arved@FreeBSD.org> | 2003-02-16 05:59:34 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-16 05:59:34 +0800 |
commit | 059572cc472ff23625d046a0d32906c1f2deed30 (patch) | |
tree | 6967d13fb91018196faf917bfe76adb522f0c887 /mail/sylpheed-claws/Makefile | |
parent | 96928300713a09477b7a168f5dd5fe155f718221 (diff) | |
download | freebsd-ports-graphics-059572cc472ff23625d046a0d32906c1f2deed30.tar.gz freebsd-ports-graphics-059572cc472ff23625d046a0d32906c1f2deed30.tar.zst freebsd-ports-graphics-059572cc472ff23625d046a0d32906c1f2deed30.zip |
Update to 0.8.10
PR: 48238
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'mail/sylpheed-claws/Makefile')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 04de130f559..54347408797 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed-claws -PORTVERSION= 0.8.9 +PORTVERSION= 0.8.10 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -75,6 +75,9 @@ CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS:S/"//g} .if defined(WITH_SA_PLUG) || defined(WITH_ALL) RUN_DEPENDS+= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin CONFIGURE_ARGS+= --enable-spamassassin-plugin +PLIST_SUB+= SA_PLUG="" +.else +PLIST_SUB+= SA_PLUG="@comment " .endif .if !defined(WITHOUT_SSL) USE_OPENSSL= yes |