From e49235ba88613d72086305a5c2b5ba24c39e8567 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 14 Sep 2013 10:36:25 +0000 Subject: [PATCH] Remove useless USE_GCC: clang builds it just fine --- sysutils/archivemount/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile index e4bd1254e69f..2fe5a345b274 100644 --- a/sysutils/archivemount/Makefile +++ b/sysutils/archivemount/Makefile @@ -15,8 +15,6 @@ MAN1= archivemount.1 GNU_CONFIGURE= yes NO_INSTALL_MANPAGES= yes -USES= fuse pkgconfig iconv -USE_GMAKE= yes -USE_GCC= 4.2+ +USES= fuse pkgconfig iconv gmake .include