diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-11 19:24:41 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-11 19:24:41 +0000 |
commit | d38080391a33b304b4eff26d4c12410d865d5e4e (patch) | |
tree | 8ff0fba2db1eb7da8428b489ac753fbb641b4471 /emulators/yape/Makefile | |
parent | b3d6da89c48ee74bc4bae2e2284fe87277a421eb (diff) | |
download | ports-d38080391a33b304b4eff26d4c12410d865d5e4e.tar.gz ports-d38080391a33b304b4eff26d4c12410d865d5e4e.zip |
Notes
Diffstat (limited to 'emulators/yape/Makefile')
-rw-r--r-- | emulators/yape/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile index 5e323e6d20e5..fe6c9c68bd90 100644 --- a/emulators/yape/Makefile +++ b/emulators/yape/Makefile @@ -6,8 +6,7 @@ # PORTNAME= yape -PORTVERSION= 0.32.4 -PORTREVISION= 3 +PORTVERSION= 0.32.5 CATEGORIES= emulators MASTER_SITES= http://yape.homeserver.hu/download/ DISTNAME= ${PORTNAME}SDL-${PORTVERSION} @@ -23,14 +22,6 @@ ALL_TARGET= yape PLIST_FILES= bin/yape PORTDOCS= * -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - post-extract: @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' @@ -49,4 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.SDL ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |