diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 16:57:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 16:57:19 +0000 |
commit | b9901fbf8625753d90c7c388192d3c0dfdfd865b (patch) | |
tree | b44c74bac41eb0c53a956ed90ff44dd526a3448e /comms/rtl-sdr | |
parent | 6f9c2694db0582c9104a22a82927f16910ebd563 (diff) |
The half done helper was not intended revert
Notes
Notes:
svn path=/head/; revision=374911
Diffstat (limited to 'comms/rtl-sdr')
-rw-r--r-- | comms/rtl-sdr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile index 0fb68209dc56..eab16dacc58f 100644 --- a/comms/rtl-sdr/Makefile +++ b/comms/rtl-sdr/Makefile @@ -27,7 +27,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} -DOCS_BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen .else EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.am .endif |