summaryrefslogtreecommitdiff
path: root/www/httperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/httperf/Makefile')
-rw-r--r--www/httperf/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/www/httperf/Makefile b/www/httperf/Makefile
index be90a412b785..3b1dcb09f492 100644
--- a/www/httperf/Makefile
+++ b/www/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}