diff options
author | crees <crees@FreeBSD.org> | 2014-11-23 06:32:45 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-11-23 06:32:45 +0800 |
commit | 0210f7f808824b4082cd1053b8ada4a2857432c3 (patch) | |
tree | c44a0b2a34ac649a38cffa334c72c26757c5cd8f /textproc | |
parent | b0e6231326e0b2882e1d9fbac454291cb688eb2a (diff) | |
download | freebsd-ports-gnome-0210f7f808824b4082cd1053b8ada4a2857432c3.tar.gz freebsd-ports-gnome-0210f7f808824b4082cd1053b8ada4a2857432c3.tar.zst freebsd-ports-gnome-0210f7f808824b4082cd1053b8ada4a2857432c3.zip |
Fix some USE_PGSQL that were missed before
Submitted by: antoine
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/redland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 78c3ce7a2273..8f9bb18c8d29 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -51,7 +51,7 @@ PLIST_SUB+= MYSQL="@comment " #.endif #.if defined(WITH_PGSQL) -#USE_PGSQL= yes +#USES+= pgsql #CONFIGURE_ARGS+=--with-postgresql=yes #PLIST_SUB+= PGSQL="" #.else |