Summary: | x11/xlockmore: fix options misuse | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
Component: | Individual Port(s) | Assignee: | Jason Helfman <jgh> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | Flags: | bugzilla:
maintainer-feedback?
(jgh) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Auto-assigned to maintainer jgh@FreeBSD.org A commit references this bug: Author: jgh Date: Sun Feb 1 18:01:31 UTC 2015 New revision: 378257 URL: https://svnweb.freebsd.org/changeset/ports/378257 Log: - adddres misuse of options PR: 197242 Submitted by: amdmi3@ Changes: head/x11/xlockmore/Makefile thanks! |
Created attachment 152437 [details] Patch XLOCKMORE_LANG is used to pass language to the build, however it is handled as an option. This is incorrect and doesn't work. Use it as a plain variable.