diff options
author | fenner <fenner@FreeBSD.org> | 2000-01-28 11:21:28 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2000-01-28 11:21:28 +0800 |
commit | 885bd3bd644e20f24d3f6c68fd4163def25b0c22 (patch) | |
tree | 79e9da5bd1a5fbe3b2c85169c18a1363fa9e3487 /net/sdr/files | |
parent | 302b948f77324660d8dcc3273c0cc81345c24b01 (diff) | |
download | freebsd-ports-gnome-885bd3bd644e20f24d3f6c68fd4163def25b0c22.tar.gz freebsd-ports-gnome-885bd3bd644e20f24d3f6c68fd4163def25b0c22.tar.zst freebsd-ports-gnome-885bd3bd644e20f24d3f6c68fd4163def25b0c22.zip |
Actually use tcl/tk 8.2 like we claim to.
Diffstat (limited to 'net/sdr/files')
-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 |