1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Fix PostgreSQL knob

PR:		ports/78843
Submitted by:	Paul Schmehl (pauls@utdallas.edu) (maintainer)
This commit is contained in:
Pav Lucistnik 2005-03-15 21:56:07 +00:00
parent e9ce392a0a
commit c4acef6af1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131339

View File

@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --enable-mysql
.if defined(WITH_POSTGRESQL)
USE_PGSQL= yes
CONFIGURE_ARGS+= --enable-postgresql
CONFIGURE_ARGS+= --enable-postgres
.endif
post-patch: