Date: Tue, 26 May 2015 13:10:49 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387471 - head/games/phlipple Message-ID: <201505261310.t4QDAnRE041174@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue May 26 13:10:48 2015 New Revision: 387471 URL: https://svnweb.freebsd.org/changeset/ports/387471 Log: - Add USES=desktop-file-utils as suggested by stage-qa Modified: head/games/phlipple/Makefile Modified: head/games/phlipple/Makefile ============================================================================== --- head/games/phlipple/Makefile Tue May 26 13:02:33 2015 (r387470) +++ head/games/phlipple/Makefile Tue May 26 13:10:48 2015 (r387471) @@ -3,7 +3,7 @@ PORTNAME= phlipple PORTVERSION= 0.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME} @@ -14,10 +14,10 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio libvorbis.so:${PORTSDIR}/audio/libvorbis \ libGLEW.so:${PORTSDIR}/graphics/glew -GNU_CONFIGURE= yes -USES= pkgconfig +USES= desktop-file-utils pkgconfig USE_SDL= sdl mixer image USE_GL= gl glu +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505261310.t4QDAnRE041174>