diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-28 23:17:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-28 23:17:14 +0000 |
commit | 62b71e98f65544d6aa2ec01260e23799eb249a16 (patch) | |
tree | 41e72cb87aeb88ac0b53815aba6a7b3e4312c0e9 /editors/pdfedit | |
parent | d3f3d9cd0259cecc2499e9304008207ff20aad88 (diff) | |
download | freebsd-ports-62b71e98f65544d6aa2ec01260e23799eb249a16.zip |
Fix OPTIONS_DEFAULT: remove DOCS which is added by framework
Approved by: portmgr (blanket)
Diffstat (limited to 'editors/pdfedit')
-rw-r--r-- | editors/pdfedit/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile index 8595985c0b73..3e96d359b73b 100644 --- a/editors/pdfedit/Makefile +++ b/editors/pdfedit/Makefile @@ -33,7 +33,6 @@ INSTALL_TARGET= install install-tools PORTDOCS= Changelog README AUTHORS OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS BROKEN_sparc64= Fails to configure: error: Could not link against boost_program_options |