diff -urN /usr/ports/www/httperf/Makefile www/httperf/Makefile --- /usr/ports/www/httperf/Makefile Sat Apr 12 23:30:27 2003 +++ www/httperf/Makefile Thu Apr 24 04:22:06 2003 @@ -14,16 +14,10 @@ COMMENT= A tool for measuring webserver performance USE_OPENSSL= yes +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= httperf.1 - -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt -.endif post-install: .if !defined(NOPORTDOCS)