mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
676b2d1f90
PR: 23694 Submitted by: myself Non-responce from: maintainer
11 lines
302 B
Plaintext
11 lines
302 B
Plaintext
--- Imakefile.orig Wed Feb 2 13:54:35 1994
|
|
+++ Imakefile Wed Nov 1 10:25:40 2000
|
|
@@ -14,4 +14,6 @@
|
|
|
|
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
|
|
|
|
-NormalProgramTarget(xmix,$(OBJS1),,$(LOCAL_LIBRARIES),)
|
|
+PROGRAM = $(PROGRAMS)
|
|
+
|
|
+ComplexProgramTarget_1($(PROGRAM),$(LOCAL_LIBRARIES),)
|