svn commit: r340733 - head/audio/decibel-audio-player

Bernhard Froehlich decke at FreeBSD.org
Wed Jan 22 21:15:24 UTC 2014


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}


More information about the svn-ports-all mailing list