mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
86e285da9f
PR: 11110 Submitted by: maintainer
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
--- TextField-1.0/Makefile.orig Sun Apr 11 09:23:53 1999
|
|
+++ TextField-1.0/Makefile Sun Apr 11 09:24:09 1999
|
|
@@ -1,7 +1,7 @@
|
|
# Makefile for widget demo programs
|
|
|
|
ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm
|
|
-CFLAGS = $(DEFINES) $(CDEBUGFLAGS) -I/usr/contrib/X11R6/include
|
|
+CFLAGS = $(DEFINES) $(CDEBUGFLAGS) -I/usr/X11R6/include
|
|
CDEBUGFLAGS =
|
|
DEFINES =
|
|
RM = rm -f
|