Respect LOCALBASE.
PR: 113118 Submitted by: self Approved by: maintainer timeout (42 days)
This commit is contained in:
parent
783c8c2e42
commit
c583fc77fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195365
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
- PROGRAMS = resize xterm
|
||||
- DEPLIBS1 = XkbClientDepLibs XawClientDepLibs
|
||||
+ PROGRAMS = vnterm
|
||||
+ VNLIBS = /usr/local/lib/libviqr.a /usr/local/lib/libvntype.a
|
||||
+ VNLIBS = $(LOCALBASE)/lib/libviqr.a $(LOCALBASE)/lib/libvntype.a
|
||||
+ /*VNFONTX = $(VNFONTXDIR)/fontsmade */
|
||||
+ VNFONTX =
|
||||
+ DEPLIBS1 = XkbClientDepLibs XawClientDepLibs $(VNFONTX)
|
||||
|
|
Loading…
Reference in a new issue