aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2012-10-09 00:13:55 +0800
committerolgeni <olgeni@FreeBSD.org>2012-10-09 00:13:55 +0800
commit5e89244bb5009434b34248696a00e410bf187598 (patch)
tree5f5372a53102bacd8cdb45208da815767b92d095 /audio
parentd9a1a20750332535bbbbc09de76721eccc684421 (diff)
downloadfreebsd-ports-gnome-5e89244bb5009434b34248696a00e410bf187598.tar.gz
freebsd-ports-gnome-5e89244bb5009434b34248696a00e410bf187598.tar.zst
freebsd-ports-gnome-5e89244bb5009434b34248696a00e410bf187598.zip
Fix test to use the standard PGSQL knob.
OPTIONS_DEFINE lists PGSQL, but the actual test was done on POSTGRESQL.
Diffstat (limited to 'audio')
-rw-r--r--audio/amarok/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index 52c3a4a439fe..a0b40900af4a 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -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