1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix Imakefile breakage under XFree86 4.x

PR: 22165
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2000-10-21 13:10:50 +00:00
parent 23f68ec69e
commit f9d1199015
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34068

View File

@ -0,0 +1,8 @@
--- Imakefile.orig Sat Oct 14 07:16:08 2000
+++ Imakefile Sat Oct 14 07:16:45 2000
@@ -4,4 +4,4 @@
SRCS = xskyroot.c draw.c colorname.c astro.c
OBJS = xskyroot.o draw.o colorname.o astro.o
-ComplexProgramTarget(xskyroot)
+ComplexProgramTargetNoMan(xskyroot)