From 1177c26828504990e0df43469241fdc8a240d2ed Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 4 Jun 2007 12:53:20 +0000 Subject: - Fix build on FreeBSD 5.X [1] - Remove 4.X gruft - Makefile cleanup PR: 113321 Submitted by: pointyhat via kris [1] Marcus von Appen (maintainer) --- x11-fm/emelfm2/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'x11-fm') diff --git a/x11-fm/emelfm2/Makefile b/x11-fm/emelfm2/Makefile index 25c3971..c726758 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 -- cgit v1.1