diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-24 10:18:50 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-24 10:18:50 +0000 |
| commit | c6f651390a46bb0abf23eb12f6bf435fd142af23 (patch) | |
| tree | 24b07d918a45d04da3d1e5d65d5a5802bc0952ff /java | |
| parent | - Mark BROKEN on 9.x: (diff) | |
OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.
The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=424560
Diffstat (limited to 'java')
| -rw-r--r-- | java/langspec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/langspec/Makefile b/java/langspec/Makefile index 368298c61390..e29f2dfc4f34 100644 --- a/java/langspec/Makefile +++ b/java/langspec/Makefile @@ -14,7 +14,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes PORTDOCS= * -OPTIONS_SET_FORCE= DOCS +OPTIONS_DEFINE= DOCS do-install: @${ECHO} -n ">> Installing documentation in ${DOCSDIR}..." |
