From a7ebc6b6af894137049859619789b9d49f53d4cd Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sun, 18 May 2003 16:03:16 +0000 Subject: Use USE_GETOPT_LONG. PR: 51387, 51383, 51380, 51388, 51384, 51372, 51373, 51381, 51382 Submitted by: Ports Fury --- benchmarks/httperf/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'benchmarks/httperf') diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile index be90a412b785..3b1dcb09f492 100644 --- a/benchmarks/httperf/Makefile +++ b/benchmarks/httperf/Makefile @@ -14,17 +14,11 @@ MAINTAINER= ports@FreeBSD.org 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) @${MKDIR} ${DOCSDIR} -- cgit v1.2.3