View | Details | Raw Unified | Return to bug 76951
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 55-62 Link Here
55
.endif
55
.endif
56
56
57
.if defined(WITH_PGSQL)
57
.if defined(WITH_PGSQL)
58
POSTGRESQL_PORT?=	databases/postgresql7
58
USE_PGSQL=	yes
59
LIB_DEPENDS+=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
60
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
59
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
61
.endif
60
.endif

Return to bug 76951