diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2000-01-28 03:21:28 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2000-01-28 03:21:28 +0000 |
commit | 0e5395681a3a209405f699676fc53b19e3efe676 (patch) | |
tree | f6e9e535355d33b6e7d7a03fb2aef4f9e35b00d8 /net/sdr | |
parent | f66738035144cf039b804aef055faa2f5528e568 (diff) | |
download | ports-0e5395681a3a209405f699676fc53b19e3efe676.tar.gz ports-0e5395681a3a209405f699676fc53b19e3efe676.zip |
Notes
Diffstat (limited to 'net/sdr')
-rw-r--r-- | net/sdr/files/Makefile.freebsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sdr/files/Makefile.freebsd b/net/sdr/files/Makefile.freebsd index 3022704ab5f3..f0ad49d16443 100644 --- a/net/sdr/files/Makefile.freebsd +++ b/net/sdr/files/Makefile.freebsd @@ -1,6 +1,6 @@ CC = gcc -g -O -INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/uclmmbase -LIBS = -L${LOCALBASE}/lib -ltk80 -ltcl80 -luclmmbase -L${X11BASE}/lib -lX11 -lz -lm +INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.2 -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/uclmmbase +LIBS = -L${LOCALBASE}/lib -ltk82 -ltcl82 -luclmmbase -L${X11BASE}/lib -lX11 -lz -lm CFLAGS = $(INCLUDES) -DDIFF_BYTE_ORDER -DFREEBSD -DNORANDPROTO -DDEFINED_ERRLIST -Wall -DAUTH -DHAVE_ZLIB -DFreeBSD all:: sdr |