mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7305826747
Submitted by: onigiri
18 lines
635 B
Plaintext
18 lines
635 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)
|
|
@@ -97,4 +97,4 @@
|
|
XCOMM Insert Macros
|
|
XCOMM ------------------------------------------------------------------
|
|
|
|
-ComplexProgramTarget(xmhelp)
|
|
+ComplexProgramTargetNoMan(xmhelp)
|