Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2015 11:50:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404560 - head/multimedia/winff
Message-ID:  <201512271150.tBRBolOm025400@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 27 11:50:47 2015
New Revision: 404560
URL: https://svnweb.freebsd.org/changeset/ports/404560

Log:
  - Do not overwrite USE_GNOME after including bsd.port.pre.mk
  - Bump PORTREVISION for dependency change

Modified:
  head/multimedia/winff/Makefile

Modified: head/multimedia/winff/Makefile
==============================================================================
--- head/multimedia/winff/Makefile	Sun Dec 27 11:25:36 2015	(r404559)
+++ head/multimedia/winff/Makefile	Sun Dec 27 11:50:47 2015	(r404560)
@@ -3,7 +3,7 @@
 
 PORTNAME=	WinFF
 PORTVERSION=	1.5.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PROJECTHOST=	${_PORTNAME}
@@ -49,7 +49,7 @@ OPTIONS_DEFAULT=	GTK2
 
 .if ${PORT_OPTIONS:MGTK2}
 USE_FPC+=	gtk2
-USE_GNOME=	gtk20
+USE_GNOME+=	gtk20
 LCL_PLATFORM=	gtk2
 BUILD_DEPENDS+=	${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2
 .endif



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