diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-31 06:24:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-31 06:24:15 +0000 |
commit | c4c8456530212f1d64e6d354b245ef73687256bb (patch) | |
tree | 1ff4fdb13e636b6786b767c245ca6d45f203363c | |
parent | Fix RUN_DEPENDS (diff) |
- Remove duplicate lines
- Mark BROKEN
-rw-r--r-- | mail/rainloop/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/rainloop/Makefile b/mail/rainloop/Makefile index 5ff2e76935ee..7eff56c9089e 100644 --- a/mail/rainloop/Makefile +++ b/mail/rainloop/Makefile @@ -18,9 +18,6 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept RHASH= 3cd56183a7425a8750c19bc688aedd81 RBUILD= 291 -OPTIONS_SINGLE= DB -OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE - USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes @@ -31,6 +28,7 @@ PLIST_SUB= VER="${RVER}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE +BROKEN= You must select one and only one option from the DB single .include <bsd.port.options.mk> |