mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
036dd8c105
only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer
14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
--- lib/GL/mesa/src/drv/Imakefile~ Sat Jul 1 08:35:56 2000
|
|
+++ lib/GL/mesa/src/drv/Imakefile Tue Jul 18 16:52:39 2000
|
|
@@ -59,6 +59,10 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#if (defined(FreeBSDBuildXlib) && FreeBSDBuildXlib) || (defined(ModuleInstall) && !ModuleInstall)
|
|
+SUBDIRS = common
|
|
+#endif
|
|
+
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
|