diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 07:17:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 07:17:14 +0800 |
commit | 3783398e9a65e0b88f9c73392d35343102c8106d (patch) | |
tree | 41e72cb87aeb88ac0b53815aba6a7b3e4312c0e9 /editors | |
parent | 3b207b5addb2bd696fa3f3497c43d83092978b42 (diff) | |
download | freebsd-ports-gnome-3783398e9a65e0b88f9c73392d35343102c8106d.tar.gz freebsd-ports-gnome-3783398e9a65e0b88f9c73392d35343102c8106d.tar.zst freebsd-ports-gnome-3783398e9a65e0b88f9c73392d35343102c8106d.zip |
Fix OPTIONS_DEFAULT: remove DOCS which is added by framework
Approved by: portmgr (blanket)
Diffstat (limited to 'editors')
-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 |