Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 2016 00:57:40 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405601 - head/multimedia/kaffeine
Message-ID:  <201601090057.u090veFk052668@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Sat Jan  9 00:57:40 2016
New Revision: 405601
URL: https://svnweb.freebsd.org/changeset/ports/405601

Log:
  Remove unnecessary gmake dependency

Modified:
  head/multimedia/kaffeine/Makefile

Modified: head/multimedia/kaffeine/Makefile
==============================================================================
--- head/multimedia/kaffeine/Makefile	Sat Jan  9 00:20:34 2016	(r405600)
+++ head/multimedia/kaffeine/Makefile	Sat Jan  9 00:57:40 2016	(r405601)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat
 LIB_DEPENDS=	libvlc.so:${PORTSDIR}/multimedia/vlc
 
-USES=		cmake cpe gettext gmake pkgconfig
+USES=		cmake cpe gettext pkgconfig
 USE_KDE4=	automoc4 kdelibs kdeprefix
 USE_QT4=	corelib dbus gui network phonon sql svg xml \
 		moc_build qmake_build rcc_build uic_build



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