svn commit: r362877 - in branches/2014Q3/editors/gobby: . files
Antoine Brodin
antoine at FreeBSD.org
Fri Jul 25 09:25:41 UTC 2014
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
More information about the svn-ports-branches
mailing list