diff options
author | Johan van Selst <johans@FreeBSD.org> | 2012-06-27 19:52:13 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2012-06-27 19:52:13 +0000 |
commit | a61925225764f1ab64e31639eae169eb529c7758 (patch) | |
tree | 75a63eed7f902250d8003350b2b37ac8f92bb384 /www/qdecoder | |
parent | 35a670c59f3774b34f29abb0e1be9a8ef51a3994 (diff) | |
download | ports-a61925225764f1ab64e31639eae169eb529c7758.tar.gz ports-a61925225764f1ab64e31639eae169eb529c7758.zip |
Notes
Diffstat (limited to 'www/qdecoder')
-rw-r--r-- | www/qdecoder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile index 675ce389f970..03186a0475d2 100644 --- a/www/qdecoder/Makefile +++ b/www/qdecoder/Makefile @@ -28,7 +28,7 @@ PLIST_FILES= include/qdecoder.h \ .include <bsd.port.options.mk> -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+="--enable-debug" .endif |