diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 19:06:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 19:06:07 +0000 |
commit | 41fcfb64f91a016dd7a83d99d115b6efcb10a4f5 (patch) | |
tree | e3772ed0921ca0d8dc861c4b7c1dd440273bc41e /archivers/unadf | |
parent | 12c49b0345676cbf2d18b0c8cb021c54fc454847 (diff) | |
download | freebsd-ports-41fcfb64f91a016dd7a83d99d115b6efcb10a4f5.zip |
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.
Approved by: portmgr (blanket)
Diffstat (limited to 'archivers/unadf')
-rw-r--r-- | archivers/unadf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/unadf/Makefile b/archivers/unadf/Makefile index 065f2328cfd9..c4cb9acce097 100644 --- a/archivers/unadf/Makefile +++ b/archivers/unadf/Makefile @@ -43,6 +43,8 @@ FAQSIMGS= FAQ/image/adf_dir.gif FAQ/image/adf_file.gif PORTDOCS= * +OPTIONS_DEFINE= DOCS + # XXX: work around an issue with automake-1.13 erroring out on a # non-existent m4 directory before libtoolize creates it pre-configure:: |