mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6d95a9f632
correctly reference compressed man pages, and define REQUIRES_MOTIF.
20 lines
384 B
Plaintext
20 lines
384 B
Plaintext
*** libhtmlw-src/Makefile.orig Tue Oct 17 10:17:29 1995
|
|
--- libhtmlw-src/Makefile Tue Oct 17 10:18:35 1995
|
|
***************
|
|
*** 1,9 ****
|
|
LIBTARGET = libhtmlw.a
|
|
!
|
|
! INCLUDES = -I/usr/include/X11
|
|
!
|
|
! CC=gcc -g $(INCLUDES)
|
|
!
|
|
RANLIB=ranlib
|
|
|
|
all: $(LIBTARGET)
|
|
--- 1,5 ----
|
|
LIBTARGET = libhtmlw.a
|
|
! CFLAGS+=-I${X11BASE}/include -DMOTIF1_2
|
|
RANLIB=ranlib
|
|
|
|
all: $(LIBTARGET)
|