aboutsummaryrefslogtreecommitdiff
path: root/textproc/redland
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-11-22 22:32:45 +0000
committerChris Rees <crees@FreeBSD.org>2014-11-22 22:32:45 +0000
commit8f2d6777f15f84e9686ac198498feba7f467d659 (patch)
treec44a0b2a34ac649a38cffa334c72c26757c5cd8f /textproc/redland
parent151d943888d9066bd047e809342f66d87d8141c3 (diff)
downloadports-8f2d6777f15f84e9686ac198498feba7f467d659.tar.gz
ports-8f2d6777f15f84e9686ac198498feba7f467d659.zip
Fix some USE_PGSQL that were missed before
Submitted by: antoine
Notes
Notes: svn path=/head/; revision=373110
Diffstat (limited to 'textproc/redland')
-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