svn commit: r550056 - head/audio/pianod2

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 25 17:03:44 UTC 2020


Author: bapt
Date: Fri Sep 25 17:03:43 2020
New Revision: 550056
URL: https://svnweb.freebsd.org/changeset/ports/550056

Log:
  pianod2 depends on gstreamer1 not gstreamer

Modified:
  head/audio/pianod2/Makefile

Modified: head/audio/pianod2/Makefile
==============================================================================
--- head/audio/pianod2/Makefile	Fri Sep 25 16:50:11 2020	(r550055)
+++ head/audio/pianod2/Makefile	Fri Sep 25 17:03:43 2020	(r550056)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pianod2
 PORTVERSION=	329
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://deviousfish.com/Downloads/pianod2/Devel/
 
@@ -31,7 +31,7 @@ RUN_DEPENDS=	mksh>0:shells/mksh
 USES=	autoreconf compiler:c11 gettext gmake gnome pkgconfig shebangfix
 
 USE_GNOME=	glib20
-USE_GSTREAMER=	ffmpeg
+USE_GSTREAMER1=	ffmpeg
 
 USE_RC_SUBR=	pianod
 


More information about the svn-ports-all mailing list