diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2012-11-05 22:30:28 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2012-11-05 22:30:28 +0000 |
commit | 705ad75ebd54bedb96161dab60c6dc99675f46f9 (patch) | |
tree | 4ed887f81547759b134753f1ed7011bea01fbb94 /security/authforce | |
parent | db514c68d747b670f1af50a597b5d07f18b69c82 (diff) | |
download | ports-705ad75ebd54bedb96161dab60c6dc99675f46f9.tar.gz ports-705ad75ebd54bedb96161dab60c6dc99675f46f9.zip |
Notes
Diffstat (limited to 'security/authforce')
-rw-r--r-- | security/authforce/Makefile | 2 |
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 |