Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2014 09:25:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r362877 - in branches/2014Q3/editors/gobby: . files
Message-ID:  <201407250925.s6P9Pe4g033320@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jul 25 09:25:40 2014
New Revision: 362877
URL: http://svnweb.freebsd.org/changeset/ports/362877
QAT: https://qat.redports.org/buildarchive/r362877/

Log:
  MFH: r362800
  
  - Fix build with clang
  
  Reported by:	pkg-fallout
  Approved by:	portmgr (self)

Added:
  branches/2014Q3/editors/gobby/files/
     - copied from r362800, head/editors/gobby/files/
Modified:
  branches/2014Q3/editors/gobby/Makefile
Directory Properties:
  branches/2014Q3/   (props changed)

Modified: branches/2014Q3/editors/gobby/Makefile
==============================================================================
--- branches/2014Q3/editors/gobby/Makefile	Fri Jul 25 09:01:30 2014	(r362876)
+++ branches/2014Q3/editors/gobby/Makefile	Fri Jul 25 09:25:40 2014	(r362877)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gobby
 PORTVERSION=	0.4.13
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	http://releases.0x539.de/gobby/ \
 		LOCAL/${MAINTAINER:C/([^@]*)@.*/\1/}
@@ -19,8 +20,8 @@ LIB_DEPENDS=	libobby.so:${PORTSDIR}/deve
 OPTIONS_DEFINE=	GTKSPELL NLS
 GTKSPELL_DESC=	Enable GtkSpell support
 
-USE_GNOME=	gnomehack gtksourceview2 intltool
-USES=		gmake pkgconfig
+USE_GNOME=	gtksourceview2 intltool
+USES=		gmake pkgconfig pathfix
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 



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