diff options
-rw-r--r-- | mail/rainloop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/rainloop/Makefile b/mail/rainloop/Makefile index acf4c1e55096..66f2333a4f85 100644 --- a/mail/rainloop/Makefile +++ b/mail/rainloop/Makefile @@ -2,6 +2,7 @@ PORTNAME= rainloop PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES?= mail www MASTER_SITES= http://repository.rainloop.net/v2/webmail/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.${RBUILD}-${RHASH} @@ -28,7 +29,7 @@ PLIST_SUB= VER="${RVER}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" OPTIONS_RADIO= DB OPTIONS_RADIO_DB= MYSQL PGSQL SQLITE -OPTIONS_DEFAULT= MYSQL +OPTIONS_DEFAULT= SQLITE .include <bsd.port.options.mk> |