svn commit: r307042 - head/security/authforce

Adam Weinberger adamw at FreeBSD.org
Mon Nov 5 22:30:28 UTC 2012


Author: adamw
Date: Mon Nov  5 22:30:28 2012
New Revision: 307042
URL: http://svnweb.freebsd.org/changeset/ports/307042

Log:
  Force NLS support with a very broken autotools configure. This fixes
  package building. PORTREVISION bump for plist change if NLS enabled.
  
  Feature safe:	yes

Modified:
  head/security/authforce/Makefile

Modified: head/security/authforce/Makefile
==============================================================================
--- head/security/authforce/Makefile	Mon Nov  5 22:17:44 2012	(r307041)
+++ head/security/authforce/Makefile	Mon Nov  5 22:30:28 2012	(r307042)
@@ -3,6 +3,7 @@
 
 PORTNAME=	authforce
 PORTVERSION=	0.9.9
+PORTREVISION=	1
 CATEGORIES=	security www
 MASTER_SITES=	http://cloud.github.com/downloads/zlandau/authforce/
 
@@ -44,6 +45,7 @@ CONFIGURE_ARGS+=	--without-curl
 .if ${PORT_OPTIONS:MNLS}
 USE_GETTEXT=	yes
 PLIST_FILES+=	share/locale/nl/LC_MESSAGES/authforce.mo
+CONFIGURE_ENV+=	CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib
 .else
 CONFIGURE_ARGS+=	--disable-nls
 .endif


More information about the svn-ports-all mailing list