Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2014 08:06:36 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352584 - head/mail/dovecot2
Message-ID:  <201404290806.s3T86aXZ015468@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404290806.s3T86aXZ015468>