Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2012 16:13:56 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305542 - head/audio/amarok
Message-ID:  <201210081613.q98GDuuv031737@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Mon Oct  8 16:13:55 2012
New Revision: 305542
URL: http://svn.freebsd.org/changeset/ports/305542

Log:
  Fix test to use the standard PGSQL knob.
  
  OPTIONS_DEFINE lists PGSQL, but the actual test was done on POSTGRESQL.

Modified:
  head/audio/amarok/Makefile   (contents, props changed)

Modified: head/audio/amarok/Makefile
==============================================================================
--- head/audio/amarok/Makefile	Mon Oct  8 16:12:07 2012	(r305541)
+++ head/audio/amarok/Makefile	Mon Oct  8 16:13:55 2012	(r305542)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210081613.q98GDuuv031737>