svn commit: r356495 - head/sysutils/adtool

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 4 13:24:35 UTC 2014


Author: amdmi3
Date: Wed Jun  4 13:24:34 2014
New Revision: 356495
URL: http://svnweb.freebsd.org/changeset/ports/356495
QAT: https://qat.redports.org/buildarchive/r356495/

Log:
  - Switch to libtool
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/adtool/Makefile

Modified: head/sysutils/adtool/Makefile
==============================================================================
--- head/sysutils/adtool/Makefile	Wed Jun  4 13:22:25 2014	(r356494)
+++ head/sysutils/adtool/Makefile	Wed Jun  4 13:24:34 2014	(r356495)
@@ -9,9 +9,9 @@ MASTER_SITES=	http://gp2x.org/adtool/
 MAINTAINER=	joseph at randomnetworks.com
 COMMENT=	Active Directory administration tool
 
-USES=		gmake
+USES=		gmake libtool
+GNU_CONFIGURE=	yes
 USE_OPENLDAP=	yes
-USE_AUTOTOOLS=	libtool
 
 CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
 


More information about the svn-ports-head mailing list