mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
1deef0cb6a
- Pass maintainer to submitter PR: ports/142513 Submitted by: Ben Kaduk <kaduk@mit.edu> Feature safe: yes
19 lines
588 B
Plaintext
19 lines
588 B
Plaintext
--- Makefile.orig Sat Dec 6 04:20:58 2003
|
|
+++ Makefile Wed Feb 2 21:30:13 2005
|
|
@@ -86,10 +86,13 @@
|
|
## FreeBSD builds
|
|
##
|
|
freebsd.mesa:
|
|
- ./configure FREEBSD MESA FLTK TK TCL IMD VRPN PTHREADS LIBTACHYON NETCDF SILENT
|
|
+ ./configure FREEBSD MESA FLTK TK TCL IMD PTHREADS LIBTACHYON NETCDF
|
|
|
|
freebsd.opengl:
|
|
- ./configure FREEBSD OPENGL FLTK TK IMD VRPN SILENT LIBSBALL TCL PTHREADS ACTC LIBTACHYON NETCDF
|
|
+ ./configure FREEBSD OPENGL FLTK TK IMD TCL PTHREADS LIBTACHYON NETCDF
|
|
+
|
|
+freebsd.amd64.opengl:
|
|
+ ./configure FREEBSDAMD64 OPENGL FLTK TK IMD TCL PTHREADS LIBTACHYON NETCDF
|
|
|
|
|
|
|