Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2014 21:15:24 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340733 - head/audio/decibel-audio-player
Message-ID:  <201401222115.s0MLFOkF067024@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Wed Jan 22 21:15:23 2014
New Revision: 340733
URL: http://svnweb.freebsd.org/changeset/ports/340733
QAT: https://qat.redports.org/buildarchive/r340733/

Log:
  - Fix OGG option after refactoring
  
  With hat:	portmgr

Modified:
  head/audio/decibel-audio-player/Makefile

Modified: head/audio/decibel-audio-player/Makefile
==============================================================================
--- head/audio/decibel-audio-player/Makefile	Wed Jan 22 20:58:16 2014	(r340732)
+++ head/audio/decibel-audio-player/Makefile	Wed Jan 22 21:15:23 2014	(r340733)
@@ -58,7 +58,7 @@ USE_GSTREAMER+=	faad
 .endif
 
 .if ${PORT_OPTIONS:MOGG}
-USE_GSTREAMER+=	libogg.so
+USE_GSTREAMER+=	ogg
 .endif
 
 .if ${PORT_OPTIONS:MSPEEX}



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