diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:15:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:15:47 +0000 |
commit | 4a3bebcae1b693cbd2080fc861c87e36af4f8bc4 (patch) | |
tree | 3c6875e1915991a70b5d02b799e17418d20b218a /www/qdecoder | |
parent | Add DOCS options to ports that should have one. (diff) |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes
Notes:
svn path=/head/; revision=479407
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 7aef602c1226..344ab42fa155 100644 --- a/www/qdecoder/Makefile +++ b/www/qdecoder/Makefile @@ -20,7 +20,7 @@ PORTEXAMPLES= * PLIST_FILES= include/qdecoder.h lib/libqdecoder.a \ lib/libqdecoder.so lib/libqdecoder.so.12 -OPTIONS_DEFINE= DEBUG +OPTIONS_DEFINE= DEBUG EXAMPLES DEBUG_CONFIGURE_ENABLE= debug post-patch: |