diff options
Diffstat (limited to 'games/libggz/Makefile')
-rw-r--r-- | games/libggz/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/games/libggz/Makefile b/games/libggz/Makefile index f732a7c671b6..a487aa0ef9e7 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -7,12 +7,12 @@ # PORTNAME= libggz -PORTVERSION= 0.0.12 -PORTREVISION= 2 +PORTVERSION= 0.0.13 CATEGORIES= games MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \ http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} +DIST_SUBDIR= ggz MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= The GGZ Gaming Zone - Base Library @@ -36,4 +36,10 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --with-tls=OpenSSL .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not compile +.endif + +.include <bsd.port.post.mk> |