mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
6ebf3e3446
* Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla * Update dependent browsers accordingly
23 lines
410 B
Plaintext
23 lines
410 B
Plaintext
--- Makefile.in.orig Fri Aug 29 20:20:58 2003
|
|
+++ Makefile.in Sat Oct 18 15:34:15 2003
|
|
@@ -67,8 +67,7 @@
|
|
$(tier_2_dirs) \
|
|
$(tier_9_dirs) \
|
|
$(tier_40_dirs) \
|
|
- $(tier_50_dirs) \
|
|
- $(NULL)
|
|
+ $(tier_50_dirs)
|
|
|
|
ifdef GC_LEAK_DETECTOR
|
|
DIRS += gc/boehm
|
|
@@ -87,7 +86,8 @@
|
|
DIRS += $(tier_98_dirs)
|
|
endif
|
|
|
|
-DIRS += $(tier_99_dirs)
|
|
+DIRS += $(tier_99_dirs) \
|
|
+ $(NULL)
|
|
|
|
#
|
|
# tier 0 - base build config dirs
|