svn commit: r327261 - head/sysutils/archivemount
Baptiste Daroussin
bapt at FreeBSD.org
Sat Sep 14 10:36:25 UTC 2013
Author: bapt
Date: Sat Sep 14 10:36:25 2013
New Revision: 327261
URL: http://svnweb.freebsd.org/changeset/ports/327261
Log:
Remove useless USE_GCC: clang builds it just fine
Modified:
head/sysutils/archivemount/Makefile
Modified: head/sysutils/archivemount/Makefile
==============================================================================
--- head/sysutils/archivemount/Makefile Sat Sep 14 10:35:26 2013 (r327260)
+++ head/sysutils/archivemount/Makefile Sat Sep 14 10:36:25 2013 (r327261)
@@ -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>
More information about the svn-ports-head
mailing list