diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /security/authforce/Makefile | |
parent | * Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (diff) |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Notes
Notes:
svn path=/head/; revision=99914
Diffstat (limited to 'security/authforce/Makefile')
-rw-r--r-- | security/authforce/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile index 58b0e0419941..3c93cfe3662e 100644 --- a/security/authforce/Makefile +++ b/security/authforce/Makefile @@ -7,18 +7,18 @@ PORTNAME= authforce PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security www MASTER_SITES= http://kapheine.hypa.net/authforce/ MAINTAINER= ache@FreeBSD.org COMMENT= HTTP authentication brute forcer -LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl \ - intl.5:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl USE_BZIP2= yes USE_GETOPT_LONG=yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ |