summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-04-14 14:44:20 +0000
committerbrian <brian@FreeBSD.org>2000-04-14 14:44:20 +0000
commit55ac09c654b85cf5409980db79aebb121510a458 (patch)
tree775c7c10743c7f0a74aeff456598e5bd4a26b335 /www
parentceebe5c8bea4e32c4f0d7a6822841ba278f4fd8d (diff)
downloadFreeBSD-ports-55ac09c654b85cf5409980db79aebb121510a458.zip
FreeBSD-ports-55ac09c654b85cf5409980db79aebb121510a458.tar.gz
Allow make -DENABLE_DEBUG
Diffstat (limited to 'www')
-rw-r--r--www/httptunnel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/httptunnel/Makefile b/www/httptunnel/Makefile
index 91fc7f3..10e288a 100644
--- a/www/httptunnel/Makefile
+++ b/www/httptunnel/Makefile
@@ -16,6 +16,9 @@ MAINTAINER= brian@Awfulhak.org
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --quiet
+.if defined(ENABLE_DEBUG)
+CONFIGURE_ARGS+=--enable-debug
+.endif
MAN1= hts.1 htc.1
post-install:
OpenPOWER on IntegriCloud