diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-19 00:57:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-19 00:57:19 +0800 |
commit | f78662309bd4679b08af0e22d439a5b0d3819e3b (patch) | |
tree | b44c74bac41eb0c53a956ed90ff44dd526a3448e /comms | |
parent | 753b94ba9f20c4a4c64f30a0a7b6204bbe8de0be (diff) | |
download | freebsd-ports-gnome-f78662309bd4679b08af0e22d439a5b0d3819e3b.tar.gz freebsd-ports-gnome-f78662309bd4679b08af0e22d439a5b0d3819e3b.tar.zst freebsd-ports-gnome-f78662309bd4679b08af0e22d439a5b0d3819e3b.zip |
The half done helper was not intended revert
Diffstat (limited to 'comms')
-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 |