mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14 lines
428 B
Plaintext
14 lines
428 B
Plaintext
|
--- Imakefile.orig Sat Oct 30 00:31:02 1999
|
||
|
+++ Imakefile Wed Nov 3 08:28:28 1999
|
||
|
@@ -2,7 +2,9 @@
|
||
|
|
||
|
SYS_LIBRARIES = MathLibrary
|
||
|
DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
||
|
-LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XPMLIB)
|
||
|
+LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XPMLIB) -lgnugetopt
|
||
|
+EXTRA_INCLUDES = -ILOCALBASE/include
|
||
|
+LOCAL_LDFLAGS = -LLOCALBASE/lib
|
||
|
|
||
|
SRCS = speyes.c
|
||
|
OBJS = speyes.o
|