diff options
author | Brian Somers <brian@FreeBSD.org> | 2000-04-14 14:44:20 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2000-04-14 14:44:20 +0000 |
commit | 76a1c96c9ef42eed6424d6619b337388913d8a42 (patch) | |
tree | e493cc8c57355ed36eb1296a48e7c838d5ecc4e5 /www/httptunnel | |
parent | 3fddc5e1c875086447e08205661ae8e44616481e (diff) | |
download | ports-76a1c96c9ef42eed6424d6619b337388913d8a42.tar.gz ports-76a1c96c9ef42eed6424d6619b337388913d8a42.zip |
Notes
Diffstat (limited to 'www/httptunnel')
-rw-r--r-- | www/httptunnel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/httptunnel/Makefile b/www/httptunnel/Makefile index 91fc7f3e8418..10e288aad42b 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: |