svn commit: r387471 - head/games/phlipple
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue May 26 13:10:49 UTC 2015
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
More information about the svn-ports-all
mailing list