mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
354 B
Plaintext
12 lines
354 B
Plaintext
--- Imakefile.orig Tue Apr 27 12:27:54 1999
|
|
+++ Imakefile Tue Apr 27 12:28:19 1999
|
|
@@ -11,7 +11,7 @@
|
|
|
|
DEFINES = -DSHAPE
|
|
INCLUDES = -I$(INCROOT)/X11
|
|
-SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm
|
|
+SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm ${MOTIFLIB}
|
|
DEPLIBS =
|
|
|
|
SRCS = account.c askuser.c calendar.c color.c drawing.c \
|