diff options
author | erwin <erwin@FreeBSD.org> | 2006-04-28 21:36:02 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-04-28 21:36:02 +0800 |
commit | ffb98eed056a4e0786d4472e510b678cd224a2c6 (patch) | |
tree | 68d0f39aef5333d679dca443b341d072cb5e20f0 /games/libggz/Makefile | |
parent | 3659bcc4e346c674d415c67121d998b7587a83f5 (diff) | |
download | freebsd-ports-gnome-ffb98eed056a4e0786d4472e510b678cd224a2c6.tar.gz freebsd-ports-gnome-ffb98eed056a4e0786d4472e510b678cd224a2c6.tar.zst freebsd-ports-gnome-ffb98eed056a4e0786d4472e510b678cd224a2c6.zip |
- Update to 0.0.13
- Mark BROKEN on 4.x
PR: 96179
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
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> |