diff options
author | John Marino <marino@FreeBSD.org> | 2015-09-22 17:12:50 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-09-22 17:12:50 +0000 |
commit | e2c4d7515945acb389887c9f62213aadbba6e8b4 (patch) | |
tree | d3c5096ea6ffb9936964d2d3532c2d81c92f834f /games/frozen-bubble | |
parent | 56a9f7554940a4145c38431004d5a01e592c77f1 (diff) | |
download | ports-e2c4d7515945acb389887c9f62213aadbba6e8b4.tar.gz ports-e2c4d7515945acb389887c9f62213aadbba6e8b4.zip |
Notes
Diffstat (limited to 'games/frozen-bubble')
-rw-r--r-- | games/frozen-bubble/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile index 95a60f1fce49..c02f43ff02f1 100644 --- a/games/frozen-bubble/Makefile +++ b/games/frozen-bubble/Makefile @@ -22,10 +22,15 @@ RUN_DEPENDS= p5-SDL>=2.511:${PORTSDIR}/devel/p5-SDL \ p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ p5-Alien-SDL>=1.413:${PORTSDIR}/devel/p5-Alien-SDL -USES= perl5 pkgconfig tar:bzip2 +USES= compiler:features perl5 pkgconfig tar:bzip2 USE_PERL5= modbuild USE_SDL= mixer pango sdl ttf + +.include <bsd.port.pre.mk> + +.if ${CHOSEN_COMPILER_TYPE:Mclang} CFLAGS+= -Qunused-arguments +.endif DESKTOP_ENTRIES= "Frozen Bubble" "" \ "${PREFIX}/share/pixmaps/frozen-bubble.png" \ @@ -35,4 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/share/icons/frozen-bubble-icon-64x64.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/frozen-bubble.png -.include <bsd.port.mk> +.include <bsd.port.post.mk> |