diff options
author | mat <mat@FreeBSD.org> | 2015-11-13 21:50:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-11-13 21:50:44 +0800 |
commit | 5740ee67f4d030dbc7e0715124db2d3d12debdc1 (patch) | |
tree | 905b3f9e997dfa0f9895de61e8615cc18bd9bf16 /devel | |
parent | 1e0372a611682d1b2304d4f0ae22de3a7214006e (diff) | |
download | freebsd-ports-gnome-5740ee67f4d030dbc7e0715124db2d3d12debdc1.tar.gz freebsd-ports-gnome-5740ee67f4d030dbc7e0715124db2d3d12debdc1.tar.zst freebsd-ports-gnome-5740ee67f4d030dbc7e0715124db2d3d12debdc1.zip |
Remove this hack, now that the framework is fixed.
PR: 204510
Submitted by: jbeich
Sponsored by: Absolight
Diffstat (limited to 'devel')
-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) || \ |