diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-13 13:50:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-13 13:50:44 +0000 |
commit | 2ce6e980d9f01d72d0a95d1d3d34d2dc2d222d0d (patch) | |
tree | 905b3f9e997dfa0f9895de61e8615cc18bd9bf16 | |
parent | 6684338e9192ab6675e7b19d62aea3d3a5c641fe (diff) | |
download | freebsd-ports-2ce6e980d9f01d72d0a95d1d3d34d2dc2d222d0d.zip |
Remove this hack, now that the framework is fixed.
PR: 204510
Submitted by: jbeich
Sponsored by: Absolight
-rw-r--r-- | devel/fb-adb/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/fb-adb/Makefile b/devel/fb-adb/Makefile index 0fa25a6f8478..9078eadcf3a7 100644 --- a/devel/fb-adb/Makefile +++ b/devel/fb-adb/Makefile @@ -111,16 +111,6 @@ do-autoreconf: .include <bsd.port.options.mk> -# XXX Make _EXCLUDE behave like _SLAVE by triggering _OFF helpers -.for opt in ${OPTIONS_EXCLUDE_${OPSYS}} -. if ! ${PORT_OPTIONS:M${opt}} -BUILD_DEPENDS+= ${${opt}_BUILD_DEPENDS_OFF} -CONFIGURE_ENV+= ${${opt}_CONFIGURE_ENV_OFF} -CONFIGURE_ARGS+= ${${opt}_CONFIGURE_OFF} -_OPTIONS_patch+= 700:post-patch-${opt}-off -. endif -.endfor - # Extract :p7zip files with 7z(1) if libarchive cannot handle x86_64 sfx # or is too old to have 7zip reader .if defined(OVERRIDE_LINUX_BASE_PORT) || \ |