mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
a76973ca16
PR: 14699 Submitted by: maintainer
12 lines
448 B
Plaintext
12 lines
448 B
Plaintext
--- ../amaya/Makefile.in.orig Wed Oct 20 04:35:53 1999
|
|
+++ ../amaya/Makefile.in Tue Oct 26 18:05:51 1999
|
|
@@ -10,7 +10,7 @@
|
|
include ../Options
|
|
|
|
INCLUDES= -DHAVE_CONFIG_H $(AMAYA_INCLUDES) $(X_FLAGS)
|
|
-XMLIB = -lXm
|
|
+XMLIB = ${MOTIFLIB}
|
|
LIBS = $(AMAYA_LIBWWW_LIBS) $(AMAYA_JAVA_LIBS) $(AMAYA_PLUGIN_LIBS) \
|
|
$(AMAYA_MATH_LIBS) $(AMAYA_GRAPH_LIBS) $(AMAYA_ANNOT_LIBS) \
|
|
-L../tablelib -L../thotlib -L.. -lThotTable -lThotEditor \
|