mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
afa64dd44f
PR: 23433
19 lines
623 B
Plaintext
19 lines
623 B
Plaintext
--- Imakefile.orig Wed Nov 5 08:13:15 1997
|
|
+++ Imakefile Wed Nov 1 10:38:34 2000
|
|
@@ -13,7 +13,7 @@
|
|
|
|
DEFINES = -DSHAPE -DXQUOTE
|
|
INCLUDES = -I$(INCROOT)/X11
|
|
-SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
|
|
+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
|
|
DEPLIBS =
|
|
|
|
SRCS = about.c color.c file.c help.c optdetail.c option.c optnet.c \
|
|
@@ -24,5 +24,5 @@
|
|
opttick.o optupdate.o parse.o pixmap.o remote.o server.o session.o \
|
|
status.o tape.o util.o view.o xquote.o xutil.o
|
|
|
|
-ComplexProgramTarget(Xquote)
|
|
+ComplexProgramTargetNoMan(Xquote)
|
|
InstallAppDefaults(Xquote)
|