Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2018 05:22:58 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471447 - head/audio/guitarix-lv2
Message-ID:  <201806030522.w535Mw3D046269@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jun  3 05:22:58 2018
New Revision: 471447
URL: https://svnweb.freebsd.org/changeset/ports/471447

Log:
  audio/guitarix-lv2: Add the required font dependency

Modified:
  head/audio/guitarix-lv2/Makefile

Modified: head/audio/guitarix-lv2/Makefile
==============================================================================
--- head/audio/guitarix-lv2/Makefile	Sun Jun  3 04:47:32 2018	(r471446)
+++ head/audio/guitarix-lv2/Makefile	Sun Jun  3 05:22:58 2018	(r471447)
@@ -2,6 +2,7 @@
 
 PORTNAME=	guitarix
 DISTVERSION=	0.37.1
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/
 PKGNAMESUFFIX=	-lv2
@@ -15,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		${LOCALBASE}/include/fftw3.h:math/fftw3 \
+		roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \
 		ladspa>0:audio/ladspa # https://sourceforge.net/p/guitarix/bugs/61/
 LIB_DEPENDS=	libavahi-common.so:net/avahi-app \
 		libboost_system.so:devel/boost-libs \
@@ -30,6 +32,7 @@ LIB_DEPENDS=	libavahi-common.so:net/avahi-app \
 		libsratom-0.so:audio/sratom \
 		libzita-convolver.so:audio/zita-convolver \
 		libzita-resampler.so:audio/zita-resampler
+RUN_DEPENDS=	roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf
 
 USES=		eigen:3 libarchive localbase:ldflags pkgconfig \
 		python:build readline waf tar:xz



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