svn commit: r328761 - head/comms/thebridge

Diane Bruce db at FreeBSD.org
Sun Sep 29 23:40:13 UTC 2013


Author: db
Date: Sun Sep 29 23:40:13 2013
New Revision: 328761
URL: http://svnweb.freebsd.org/changeset/ports/328761

Log:
  - update USE_GMAKE to USES= gmake

Modified:
  head/comms/thebridge/Makefile

Modified: head/comms/thebridge/Makefile
==============================================================================
--- head/comms/thebridge/Makefile	Sun Sep 29 23:36:27 2013	(r328760)
+++ head/comms/thebridge/Makefile	Sun Sep 29 23:40:13 2013	(r328761)
@@ -13,12 +13,10 @@ COMMENT=	Amateur Radio Echolink conferen
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 PORTDOCS=	README
 USE_RC_SUBR=	tbd
-USE_AUTOTOOLS=	autoconf
-CONFIGURE_ENV=	AUTOMAKE=/usr/bin/true
 
 NO_STAGE=	yes
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list