svn commit: r353201 - head/security/sssd

Cy Schubert cy at FreeBSD.org
Wed May 7 19:59:43 UTC 2014


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=	*


More information about the svn-ports-all mailing list