mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9e0de73588
PR: 19826 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
--- Imakefile.orig Fri Jun 18 04:41:41 1999
|
|
+++ Imakefile Tue Jun 27 22:55:53 2000
|
|
@@ -1,7 +1,9 @@
|
|
DEPLIBS = $(DEPXLIB)
|
|
XPMLIB = -lXpm
|
|
|
|
-LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
|
|
+LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -lgnugetopt -L${LOCALBASE}/lib
|
|
+
|
|
+EXTRA_INCLUDES = -I${LOCALBASE}/include
|
|
|
|
SRCS = dockapp.c wmmount.c
|
|
OBJS = dockapp.o wmmount.o
|