diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2003-07-11 04:49:29 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2003-07-11 04:49:29 +0000 |
commit | 4cf2a2596cc15a7b1cbe902ba8c1580e8c992565 (patch) | |
tree | cde3637566002080a08cf0ddc4f50d6d6980ab9e /mail | |
parent | update devel/p5-Devel-Profile: 1.01 -> 1.02 (diff) |
Correct the include path for the PGSQL support.
Approved by: maintainer
Diffstat (limited to '')
-rw-r--r-- | mail/ezmlm-idx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index 5c0974f1ec37..9907b3efe4d8 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -40,7 +40,7 @@ EXTRACT_LIB+= -L${LOCALBASE}/lib/mysql -lmysqlclient -lm ALL_TARGET= pgsql it ${LANGUAGE} POSTGRESQL_PORT?= databases/postgresql7 LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} -EXTRACT_INCLUDE+= -I${LOCALBASE}/include/pgsql +EXTRACT_INCLUDE+= -I${LOCALBASE}/include EXTRACT_LIB+= -L${LOCALBASE}/lib -lpq -lcrypt .else ALL_TARGET= it ${LANGUAGE} |