diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-19 02:07:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-19 02:07:21 +0800 |
commit | 2e411dbace8f290e0bd437e598665bd9a80474c0 (patch) | |
tree | dfc6ea71ad32ce9da64b818ecbf50595f27e3287 /x11 | |
parent | 3577eaf9cda37a34bfaeeb92e509bb0437d56521 (diff) | |
download | freebsd-ports-gnome-2e411dbace8f290e0bd437e598665bd9a80474c0.tar.gz freebsd-ports-gnome-2e411dbace8f290e0bd437e598665bd9a80474c0.tar.zst freebsd-ports-gnome-2e411dbace8f290e0bd437e598665bd9a80474c0.zip |
Actually commit the Makefile bit to allow the
patch-programs::fonttosfnt::util.c to apply.
Reminded by: Scott Allendorf <scott-allendorf@uiowa.edu>
Approved by: portmgr (implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 467d6e4a7fa0..43dca7f5761c 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -42,6 +42,7 @@ XINSTALL_MAN_DIRS= programs .for pf in patch-bdftruncate.pl patch-ucs2any.pl \ patch-programs::fonttosfnt::read.c \ + patch-programs::fonttosfnt::util.c \ patch-programs::Imakefile EXTRA_PATCHES+= ${FILESDIR}/${pf} .endfor |