Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 15:59:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370357 - head/cad/gtkwave
Message-ID:  <201410071559.s97FxAwK061892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Oct  7 15:59:10 2014
New Revision: 370357
URL: https://svnweb.freebsd.org/changeset/ports/370357
QAT: https://qat.redports.org/buildarchive/r370357/

Log:
  Fix without gperf in base

Modified:
  head/cad/gtkwave/Makefile

Modified: head/cad/gtkwave/Makefile
==============================================================================
--- head/cad/gtkwave/Makefile	Tue Oct  7 15:58:38 2014	(r370356)
+++ head/cad/gtkwave/Makefile	Tue Oct  7 15:59:10 2014	(r370357)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://gtkwave.sourceforge
 MAINTAINER=	zeising@FreeBSD.org
 COMMENT=	Electronic Waveform Viewer
 
-USES=		desktop-file-utils gmake pkgconfig shared-mime-info
+USES=		desktop-file-utils gmake gperf pkgconfig shared-mime-info
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-mime-update
 USE_GNOME=	gtk20



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