summaryrefslogtreecommitdiffstats
path: root/mail/ezmlm-idx
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>2003-07-11 04:49:29 +0000
committermax <max@FreeBSD.org>2003-07-11 04:49:29 +0000
commit9c7120ba7de6e1a34232a9d1785aa5cfb72cc2c8 (patch)
tree4e4ce84ae48036e654d897c7297c7f19035be26a /mail/ezmlm-idx
parent314dc1a9b70caffac1567ff0bd665b031b526659 (diff)
downloadFreeBSD-ports-9c7120ba7de6e1a34232a9d1785aa5cfb72cc2c8.zip
FreeBSD-ports-9c7120ba7de6e1a34232a9d1785aa5cfb72cc2c8.tar.gz
Correct the include path for the PGSQL support.
Approved by: maintainer
Diffstat (limited to 'mail/ezmlm-idx')
-rw-r--r--mail/ezmlm-idx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile
index 5c0974f..9907b3e 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}
OpenPOWER on IntegriCloud