diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-04 20:53:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-04 20:53:20 +0800 |
commit | 1177c26828504990e0df43469241fdc8a240d2ed (patch) | |
tree | 9c4f719477b50c1e585de3f2e543aa7e72055c6e | |
parent | 42590d02588827670feaaa1dc28e9b879172bffd (diff) | |
download | freebsd-ports-gnome-1177c26828504990e0df43469241fdc8a240d2ed.tar.gz freebsd-ports-gnome-1177c26828504990e0df43469241fdc8a240d2ed.tar.zst freebsd-ports-gnome-1177c26828504990e0df43469241fdc8a240d2ed.zip |
- 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)
-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> |