mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8fa3eedb3b
PR: 22810 Submitted by: Ports Fury
19 lines
513 B
Plaintext
19 lines
513 B
Plaintext
--- Imakefile.orig Sat Feb 5 07:59:08 2000
|
|
+++ Imakefile Sun Nov 12 15:02:20 2000
|
|
@@ -11,7 +11,7 @@
|
|
|
|
DEFINES = -DSHAPE
|
|
INCLUDES = -I$(INCROOT)/X11
|
|
-SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm
|
|
+SYS_LIBRARIES = ${MOTIFLIB} -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm
|
|
DEPLIBS =
|
|
|
|
SRCS = account.c askuser.c calendar.c color.c drawing.c \
|
|
@@ -25,5 +25,5 @@
|
|
tooltips.o trans.o util.o xinvest.o xutil.o
|
|
|
|
|
|
-ComplexProgramTarget(Xinvest)
|
|
+ComplexProgramTargetNoMan(Xinvest)
|
|
InstallAppDefaults(Xinvest)
|