mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
044fe0d8a2
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
20 lines
551 B
Plaintext
20 lines
551 B
Plaintext
*** Imakefile.orig Wed Aug 28 02:34:41 1996
|
|
--- Imakefile Sat Jan 15 00:00:00 2000
|
|
***************
|
|
*** 1,7 ****
|
|
DEFINES= -DNDEBUG
|
|
! EXTRA_INCLUDES= -I/usr/local/include
|
|
|
|
! SYS_LIBRARIES= -L/usr/local/lib -lXpm $(XLIB)
|
|
# -lXpm is only needed if you are using Xpm.
|
|
|
|
SRCS= display.c main.c resources.c play.c score.c screen.c \
|
|
--- 1,7 ----
|
|
DEFINES= -DNDEBUG
|
|
! EXTRA_INCLUDES= -I$(INCDIR)/X11
|
|
|
|
! SYS_LIBRARIES= -lXpm $(XLIB)
|
|
# -lXpm is only needed if you are using Xpm.
|
|
|
|
SRCS= display.c main.c resources.c play.c score.c screen.c \
|