aboutsummaryrefslogtreecommitdiff
path: root/security/authforce
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2012-11-05 22:30:28 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2012-11-05 22:30:28 +0000
commit705ad75ebd54bedb96161dab60c6dc99675f46f9 (patch)
tree4ed887f81547759b134753f1ed7011bea01fbb94 /security/authforce
parentdb514c68d747b670f1af50a597b5d07f18b69c82 (diff)
downloadports-705ad75ebd54bedb96161dab60c6dc99675f46f9.tar.gz
ports-705ad75ebd54bedb96161dab60c6dc99675f46f9.zip
Notes
Diffstat (limited to 'security/authforce')
-rw-r--r--security/authforce/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile
index 9126df1be184..f3b80eb62495 100644
--- a/security/authforce/Makefile
+++ b/security/authforce/Makefile
@@ -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