Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 19:59:43 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353201 - head/security/sssd
Message-ID:  <201405071959.s47JxhM1055831@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed May  7 19:59:43 2014
New Revision: 353201
URL: http://svnweb.freebsd.org/changeset/ports/353201
QAT: https://qat.redports.org/buildarchive/r353201/

Log:
  Fix QA error and warning.

Modified:
  head/security/sssd/Makefile

Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile	Wed May  7 19:48:34 2014	(r353200)
+++ head/security/sssd/Makefile	Wed May  7 19:59:43 2014	(r353201)
@@ -50,12 +50,13 @@ PLIST_SUB=	PYTHON_VER=${PYTHON_VER}
 MAKE_ENV+=	LINGUAS="bg de eu es fr hu id it ja nb nl pl pt ru sv tg tr uk zh_CN zh_TW"
 SUB_FILES=	pkg-message
 
-USE_AUTOTOOLS=	autoconf automake aclocal libtool
+USE_AUTOTOOLS=	autoconf automake aclocal
 AUTOMAKE_ARGS= --add-missing
 USE_LDCONFIG=	yes
 USE_PYTHON=	yes
 USE_OPENLDAP=	yes
-USES=		gettext gmake iconv pkgconfig
+USES=		gettext gmake iconv pkgconfig shebangfix libtool
+SHEBANG_FILES=	src/tools/sss_obfuscate
 
 USE_RC_SUBR=	${PORTNAME}
 PORTDATA=	*



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