diff options
author | ale <ale@FreeBSD.org> | 2008-04-28 23:44:51 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-04-28 23:44:51 +0800 |
commit | 746fce7892d9053735c54d7c9799bf58a136a44a (patch) | |
tree | 6454896295093cb7591772e6d99a1a7733fd4de1 /mail/roundcube | |
parent | c8b2630ccdc0f15f9fc659b568d8aa968a41dcda (diff) | |
download | freebsd-ports-gnome-746fce7892d9053735c54d7c9799bf58a136a44a.tar.gz freebsd-ports-gnome-746fce7892d9053735c54d7c9799bf58a136a44a.tar.zst freebsd-ports-gnome-746fce7892d9053735c54d7c9799bf58a136a44a.zip |
Fix OPTIONS handling.
Diffstat (limited to 'mail/roundcube')
-rw-r--r-- | mail/roundcube/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 819cecdfc74f..1ed95f8b9ed1 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -45,6 +45,8 @@ OPTIONS= MYSQL "Use MySQL backend" on \ SPELLCHECK "Enable spellchecking" off \ LOCALCHECK "Install internal spellchecker" off +.include <bsd.port.pre.mk> + .if defined(WITHOUT_MYSQL) && !defined(WITH_PGSQL) && !defined(WITH_SQLITE) IGNORE= needs a database backend .endif @@ -119,4 +121,4 @@ post-install: @${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |