diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-04 12:53:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-04 12:53:20 +0000 |
commit | ff355f426114669756b3978c76ad808c2da3b7f8 (patch) | |
tree | ad66cd129a5e452f473e74965ba1f0c5ec1b0b99 /x11-fm | |
parent | 781637120cbe03ea985902818a4df1dc81494a8d (diff) |
- Fix build on FreeBSD 5.X [1]
- Remove 4.X gruft
- Makefile cleanup
PR: 113321
Submitted by: pointyhat via kris [1]
Marcus von Appen <mva@sysfault.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=192703
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/emelfm2/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-fm/emelfm2/Makefile b/x11-fm/emelfm2/Makefile index 25c397132cf4..c726758b14d1 100644 --- a/x11-fm/emelfm2/Makefile +++ b/x11-fm/emelfm2/Makefile @@ -7,6 +7,7 @@ PORTNAME= emelfm2 PORTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= http://www.emelfm2.net/rel/ \ ${MASTER_SITE_LOCAL} @@ -41,7 +42,7 @@ MAK_ENV+= DEBUG=1 .endif .if defined(WITH_GAMIN) && defined(WITH_FAM) -BROKEN= "WITH_GAMIN and WITH_FAM cannot be enabled at the same time for this port" +BROKEN= WITH_GAMIN and WITH_FAM cannot be enabled at the same time for this port .endif .if defined(WITH_GAMIN) @@ -79,14 +80,10 @@ PLIST_SUB+= NLS="" PLIST_SUB+= NLS="@comment " .endif -.if ${OSVERSION} < 500000 -USE_GCC= 3.4 -.endif - .if ${OSVERSION} < 600000 post-patch: @${REINPLACE_CMD} -e 's|blksize_t buf_size =|__int32_t buf_size =|g' \ - ${WRKSRC}/src/e2_task_backend.c + ${WRKSRC}/src/filesystem/e2_fs.c .endif .include <bsd.port.post.mk> |