diff options
author | olgeni <olgeni@FreeBSD.org> | 2012-10-09 00:13:55 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2012-10-09 00:13:55 +0800 |
commit | 5e89244bb5009434b34248696a00e410bf187598 (patch) | |
tree | 5f5372a53102bacd8cdb45208da815767b92d095 /audio | |
parent | d9a1a20750332535bbbbc09de76721eccc684421 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |