aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2014-11-23 06:32:45 +0800
committercrees <crees@FreeBSD.org>2014-11-23 06:32:45 +0800
commit0210f7f808824b4082cd1053b8ada4a2857432c3 (patch)
treec44a0b2a34ac649a38cffa334c72c26757c5cd8f /textproc
parentb0e6231326e0b2882e1d9fbac454291cb688eb2a (diff)
downloadfreebsd-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/Makefile2
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