Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2016 22:41:31 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420497 - head/sysutils/modules
Message-ID:  <201608192241.u7JMfVuB038710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Aug 19 22:41:30 2016
New Revision: 420497
URL: https://svnweb.freebsd.org/changeset/ports/420497

Log:
  configure script is generated by GNU autotools
  
  Reported by:	danfe

Modified:
  head/sysutils/modules/Makefile

Modified: head/sysutils/modules/Makefile
==============================================================================
--- head/sysutils/modules/Makefile	Fri Aug 19 22:29:39 2016	(r420496)
+++ head/sysutils/modules/Makefile	Fri Aug 19 22:41:30 2016	(r420497)
@@ -13,7 +13,7 @@ COMMENT=	Dynamic modification of a user 
 LICENSE=	GPLv2
 
 USES=		tcl
-HAS_CONFIGURE=	yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${LOCALBASE} \
 		--without-x \
 		--with-version-path=${LOCALBASE}/Modules/versions \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608192241.u7JMfVuB038710>