summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-14 10:36:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-14 10:36:25 +0000
commite49235ba88613d72086305a5c2b5ba24c39e8567 (patch)
tree89a036e7a97d1b2dbea937ce097c6b42e2eb9087 /sysutils
parentFix build with clang, remove now useless USE_GCC=any (diff)
Remove useless USE_GCC: clang builds it just fine
Notes
Notes: svn path=/head/; revision=327261
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/archivemount/Makefile4
1 files changed, 1 insertions, 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 <bsd.port.mk>