diff options
author | tdb <tdb@FreeBSD.org> | 2007-07-10 22:10:46 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2007-07-10 22:10:46 +0800 |
commit | b6aa101a36d44b5a570b78b0d6456d8882d802b4 (patch) | |
tree | d40e16a47de8bae0f39da3e2a2e6627cea17bc36 /vietnamese | |
parent | 2f9bdc6c971c7c45500e7704944135af81efd526 (diff) | |
download | freebsd-ports-gnome-b6aa101a36d44b5a570b78b0d6456d8882d802b4.tar.gz freebsd-ports-gnome-b6aa101a36d44b5a570b78b0d6456d8882d802b4.tar.zst freebsd-ports-gnome-b6aa101a36d44b5a570b78b0d6456d8882d802b4.zip |
Respect LOCALBASE.
PR: 113118
Submitted by: self
Approved by: maintainer timeout (42 days)
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/vnterm/files/patch-Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vietnamese/vnterm/files/patch-Imakefile b/vietnamese/vnterm/files/patch-Imakefile index 70336917a6a1..bd2123ff7ae9 100644 --- a/vietnamese/vnterm/files/patch-Imakefile +++ b/vietnamese/vnterm/files/patch-Imakefile @@ -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) |