diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-21 11:16:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-21 11:16:54 +0800 |
commit | 43ee95579fe2e33f3eff70dddddbfa8b2a5b4c4c (patch) | |
tree | dacd8fc77a5fd58b44e88d98374262d09aa728d7 /www | |
parent | a327d6f0e6cfa760c74ee34905548dfa335f1be0 (diff) | |
download | freebsd-ports-gnome-43ee95579fe2e33f3eff70dddddbfa8b2a5b4c4c.tar.gz freebsd-ports-gnome-43ee95579fe2e33f3eff70dddddbfa8b2a5b4c4c.tar.zst freebsd-ports-gnome-43ee95579fe2e33f3eff70dddddbfa8b2a5b4c4c.zip |
add missing depends
Noted by: kris
Diffstat (limited to 'www')
-rw-r--r-- | www/httperf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/httperf/Makefile b/www/httperf/Makefile index ca0e08772c72..b52250718488 100644 --- a/www/httperf/Makefile +++ b/www/httperf/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/ MAINTAINER= ports@FreeBSD.org +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -19,12 +21,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= httperf.1 -post-install: - ${CHMOD} 750 ${PREFIX}/bin/httperf .if !defined(NOPORTDOCS) +post-install: @${MKDIR} ${DOCSDIR} .for file in ChangeLog NEWS README TODO - @${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif |