Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 16:02:58 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529983 - head/emulators/fceux
Message-ID:  <202003311602.02VG2wEs001247@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Tue Mar 31 16:02:58 2020
New Revision: 529983
URL: https://svnweb.freebsd.org/changeset/ports/529983

Log:
  emulators/fceux: Fix missing dependency on graphics/gdk-pixbuf2
  
  PR:	245166
  Submitted by:	andymenderunix@gmail.com

Modified:
  head/emulators/fceux/Makefile

Modified: head/emulators/fceux/Makefile
==============================================================================
--- head/emulators/fceux/Makefile	Tue Mar 31 15:52:41 2020	(r529982)
+++ head/emulators/fceux/Makefile	Tue Mar 31 16:02:58 2020	(r529983)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fceux
 PORTVERSION=	2.2.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	emulators
 MASTER_SITES=	SF/fceultra/Source%20Code/${PORTVERSION}%20src/
 DISTNAME=	${PORTNAME}-${PORTVERSION}.src
@@ -16,12 +16,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	zenity:x11/zenity
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
 USES=		compiler:c++0x desktop-file-utils dos2unix localbase:ldflags \
 		pkgconfig scons sdl xorg
 USE_SDL=	sdl
 USE_XORG=	x11
+USE_GNOME+=	gdkpixbuf2
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
 CXXFLAGS_clang=	-Wno-c++11-narrowing



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