diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 02:53:03 +0000 |
commit | 971087c2b4d6b0b917e3fac3ac1334b04f7c9907 (patch) | |
tree | 7181a8316bbb1b7be4386d9173b3c6ace07025da /security/authforce | |
parent | 0cc85c09b55a7d94ca1d7c16c8eedae091f2840c (diff) | |
download | FreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.zip FreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.gz |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'security/authforce')
-rw-r--r-- | security/authforce/Makefile | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile index 0a85f7f..83af959 100644 --- a/security/authforce/Makefile +++ b/security/authforce/Makefile @@ -5,26 +5,26 @@ # $FreeBSD$ # -PORTNAME= authforce -PORTVERSION= 0.9.6 -CATEGORIES= security www -MASTER_SITES= http://kapheine.hypa.net/authforce/ +PORTNAME= authforce +PORTVERSION= 0.9.6 +PORTREVISION= 1 +CATEGORIES= security www +MASTER_SITES= http://kapheine.hypa.net/authforce/ -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org COMMENT= HTTP authentication brute forcer -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - curl.2:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl \ intl.4:${PORTSDIR}/devel/gettext -USE_BZIP2= yes - -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ +USE_BZIP2= yes +USE_GETOPT_LONG=yes +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ - LIBS="-lgnugetopt -lintl" + LIBS="-lintl" -MAN1= authforce.1 -MANCOMPRESSED= yes +MAN1= authforce.1 +MANCOMPRESSED= yes .include <bsd.port.mk> |