svn commit: r370357 - head/cad/gtkwave

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 7 15:59:11 UTC 2014


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 at 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


More information about the svn-ports-all mailing list