Lines 2-7
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= barnyard2 |
3 |
PORTNAME= barnyard2 |
4 |
PORTVERSION= 1.11 |
4 |
PORTVERSION= 1.11 |
|
|
5 |
PORTREVISION= 1 |
5 |
CATEGORIES= security |
6 |
CATEGORIES= security |
6 |
|
7 |
|
7 |
MAINTAINER= pauls@utdallas.edu |
8 |
MAINTAINER= pauls@utdallas.edu |
Lines 119-124
Link Here
|
119 |
|
120 |
|
120 |
.if ${PORT_OPTIONS:MPGSQL} |
121 |
.if ${PORT_OPTIONS:MPGSQL} |
121 |
USE_PGSQL= yes |
122 |
USE_PGSQL= yes |
|
|
123 |
WANT_PGSQL_VER= 92+ |
122 |
CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}/bin/pg_config --with-pgsql-includes=${LOCALBASE}/include/postgresql/server |
124 |
CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}/bin/pg_config --with-pgsql-includes=${LOCALBASE}/include/postgresql/server |
123 |
.else |
125 |
.else |
124 |
CONFIGURE_ARGS+= --without-postgresql |
126 |
CONFIGURE_ARGS+= --without-postgresql |