svn commit: r352584 - head/mail/dovecot2
Olli Hauer
ohauer at FreeBSD.org
Tue Apr 29 08:06:36 UTC 2014
Author: ohauer
Date: Tue Apr 29 08:06:35 2014
New Revision: 352584
URL: http://svnweb.freebsd.org/changeset/ports/352584
QAT: https://qat.redports.org/buildarchive/r352584/
Log:
- bring back CPPFLAGS / LDFLAGS
this is required if PGSQL is not selected
Modified:
head/mail/dovecot2/Makefile
Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile Tue Apr 29 07:26:09 2014 (r352583)
+++ head/mail/dovecot2/Makefile Tue Apr 29 08:06:35 2014 (r352584)
@@ -35,6 +35,9 @@ CONFIGURE_ARGS= --localstatedir=/var \
--with-statedir=/var/db/dovecot \
--without-shadow
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
USE_LDCONFIG= ${PREFIX}/lib/dovecot
USERS= dovecot dovenull
More information about the svn-ports-all
mailing list