diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-26 21:10:48 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-26 21:10:48 +0800 |
commit | f31587fa2cc563b3e2c014afd207cc652179e1cb (patch) | |
tree | a4f9e86b64c6a31bebc6d3e011c0df2f43ea27ce /games | |
parent | 46f33e002bbcd52408b80ee9570caf99da541a78 (diff) | |
download | freebsd-ports-gnome-f31587fa2cc563b3e2c014afd207cc652179e1cb.tar.gz freebsd-ports-gnome-f31587fa2cc563b3e2c014afd207cc652179e1cb.tar.zst freebsd-ports-gnome-f31587fa2cc563b3e2c014afd207cc652179e1cb.zip |
- Add USES=desktop-file-utils as suggested by stage-qa
Diffstat (limited to 'games')
-rw-r--r-- | games/phlipple/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/phlipple/Makefile b/games/phlipple/Makefile index dc218bdbdd4f..60af5baa7022 100644 --- a/games/phlipple/Makefile +++ b/games/phlipple/Makefile @@ -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/libogg \ 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 |