1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Fix test to use the standard PGSQL knob.

OPTIONS_DEFINE lists PGSQL, but the actual test was done on POSTGRESQL.
This commit is contained in:
Jimmy Olgeni 2012-10-08 16:13:55 +00:00
parent b57055d4c2
commit b80a374bd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305542

View File

@ -91,7 +91,7 @@ USE_MYSQL= yes
CONFIGURE_ARGS+=--enable-mysql
.endif
.if ${PORT_OPTIONS:MPOSTGRESQL}
.if ${PORT_OPTIONS:MPGSQL}
USE_PGSQL= yes
CONFIGURE_ARGS+=--enable-postgresql
.endif