mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5399cff94a
"MOTIFLIB=" to "MOTIFLIB?=").
12 lines
454 B
Plaintext
12 lines
454 B
Plaintext
--- ./xmhelp/Imakefile.org Wed Jun 28 06:01:21 1995
|
|
+++ ./xmhelp/Imakefile Wed May 12 00:10:12 1999
|
|
@@ -84,7 +84,7 @@
|
|
LIBHELPLIBS = $(HELPLIB) $(HTMLWLIB) $(BUTTFACELIB) $(XPMLIB)
|
|
|
|
LIBLIBS = -L/usr/local/lib $(LIBHELPLIBS)
|
|
- MOTIFLIB = $(MOTIFLIBDIR) -lXm
|
|
+ MOTIFLIB ?= $(MOTIFLIBDIR) -lXm
|
|
|
|
LIBLIBS = $(LIBSDIR) $(HELPLIB) $(HTMLWLIB) $(BUTTFACELIB) $(XPMLIB)
|
|
ALLXLIBS = $(MOTIFLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
|