summaryrefslogtreecommitdiff
path: root/www/htdump/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:37:49 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:37:49 +0000
commitf689ded903e006ebf48217b63d01eb414857f39f (patch)
treeed5706ee7a87d2c132a6d09336b456c094216664 /www/htdump/Makefile
parentget rid of libgnugetopt dependency for -CURRENT, (diff)
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. respect CC, CFLAGS. use getopt_long() instead of getopt_long_only().
Notes
Notes: svn path=/head/; revision=84838
Diffstat (limited to 'www/htdump/Makefile')
-rw-r--r--www/htdump/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/htdump/Makefile b/www/htdump/Makefile
index efbb8588e030..ba57f16f3cc4 100644
--- a/www/htdump/Makefile
+++ b/www/htdump/Makefile
@@ -7,13 +7,16 @@
PORTNAME= htdump
PORTVERSION= 0.9x
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://arak.cs.hro.nl/~ren/linux/htdump/bin/
MAINTAINER= mux@FreeBSD.org
COMMENT= A tool to retrieve WWW data
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+USE_GETOPT_LONG=yes
+CFLAGS+= ${CPPFLAGS}
+MAKE_ENV= LDFLAGS="${LDFLAGS}"
.if defined(WITH_SSL)
USE_OPENSSL= yes