mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Allow package to build by disabling the check for mime.types file - port
users are directed in the Makefile to use WITH_MIMETYPES to let the configure script try to find a mime.types file somewhere. Since the package never built and this doesn't affect people who've installed from ports, no PORTREVISION bump.
This commit is contained in:
parent
36e3e06774
commit
0f3e07537e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34794
1 changed files with 5 additions and 1 deletions
|
@ -38,7 +38,7 @@ IMAGEURL?= ${WEBDATASUBDIR}
|
||||||
# set WITH_LDAP for LDAP authentication and addressbook support
|
# set WITH_LDAP for LDAP authentication and addressbook support
|
||||||
# set WITH_VCHKPW for vpopmail authentication
|
# set WITH_VCHKPW for vpopmail authentication
|
||||||
# set WITH_ISPELL to provide spell-checking
|
# set WITH_ISPELL to provide spell-checking
|
||||||
# set WITH_FCGI to enable fastcgi support
|
# set WITH_MIMETYPES to enable the search for a mime.types file
|
||||||
# set VCHKPW to the home of the vpopmail user, if necessary
|
# set VCHKPW to the home of the vpopmail user, if necessary
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -91,6 +91,10 @@ CONFIGURE_ARGS+= --with-ispell=${LOCALBASE}/bin/ispell
|
||||||
CONFIGURE_ARGS+= --without-ispell
|
CONFIGURE_ARGS+= --without-ispell
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if !defined(WITH_MIMETYPES)
|
||||||
|
CONFIGURE_ARGS+= --disable-mimetypes
|
||||||
|
.endif
|
||||||
|
|
||||||
MANPREFIX= ${PREFIX}/share/sqwebmail
|
MANPREFIX= ${PREFIX}/share/sqwebmail
|
||||||
MAN1= maildirmake.1
|
MAN1= maildirmake.1
|
||||||
MAN8= makeuserdb.8 userdb.8 userdbpw.8 authlib.8
|
MAN8= makeuserdb.8 userdb.8 userdbpw.8 authlib.8
|
||||||
|
|
Loading…
Add table
Reference in a new issue