diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-26 13:10:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-26 13:10:48 +0000 |
commit | fd4f638c26c97aaba1badecade8a672822c38e37 (patch) | |
tree | a4f9e86b64c6a31bebc6d3e011c0df2f43ea27ce /games/phlipple | |
parent | 1e9bb71fcc9bb43c4be90b61e86b556527f73d12 (diff) | |
download | ports-fd4f638c26c97aaba1badecade8a672822c38e37.tar.gz ports-fd4f638c26c97aaba1badecade8a672822c38e37.zip |
Notes
Diffstat (limited to 'games/phlipple')
-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 |