diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-04-29 16:06:35 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-04-29 16:06:35 +0800 |
commit | d00624a496dcd8618a1379c5279739d9f617dde1 (patch) | |
tree | d0ae8dcb0474109735ddb5397c5b2afd75960adc /mail | |
parent | fae709876f75edc831b08a03a975bb56d92c78dd (diff) | |
download | freebsd-ports-graphics-d00624a496dcd8618a1379c5279739d9f617dde1.tar.gz freebsd-ports-graphics-d00624a496dcd8618a1379c5279739d9f617dde1.tar.zst freebsd-ports-graphics-d00624a496dcd8618a1379c5279739d9f617dde1.zip |
- bring back CPPFLAGS / LDFLAGS
this is required if PGSQL is not selected
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index b08bfe285a9..9cf274f6b96 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -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 |