Date: Sat, 14 Sep 2013 10:36:25 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327261 - head/sysutils/archivemount Message-ID: <201309141036.r8EAaPR5044246@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309141036.r8EAaPR5044246>