svn commit: r305542 - head/audio/amarok

Jimmy Olgeni olgeni at FreeBSD.org
Mon Oct 8 16:13:56 UTC 2012


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



More information about the svn-ports-all mailing list