diff options
Diffstat (limited to 'www/seamonkey/Makefile.common')
-rw-r--r-- | www/seamonkey/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile.common b/www/seamonkey/Makefile.common index 38b7fae69d8..0bdb25f63bb 100644 --- a/www/seamonkey/Makefile.common +++ b/www/seamonkey/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2009/03/18 00:08:40 abs Exp $ +# $NetBSD: Makefile.common,v 1.34 2009/05/02 07:51:03 hasso Exp $ # used by www/firefox/Makefile-firefox.common # used by mail/thunderbird/Makefile-thunderbird.common # used by www/seamonkey/Makefile-seamonkey.common @@ -24,8 +24,8 @@ BUILDLINK_TRANSFORM+= rm:-fomit-frame-pointer INSTALL_TEMPLATES+= ${.CURDIR}/../../www/seamonkey/INSTALL -CONFIG_GUESS_OVERRIDE+= */*/*/config.guess */*/*/*/config.guess -CONFIG_SUB_OVERRIDE+= */*/*/config.sub */*/*/*/config.sub +CONFIG_GUESS_OVERRIDE+= */*/config.guess */*/*/config.guess */*/*/*/config.guess +CONFIG_SUB_OVERRIDE+= */*/config.sub */*/*/config.sub */*/*/*/config.sub CONFIG_STATUS_OVERRIDE= build/config.status CONFIG_STATUS_OVERRIDE+= nsprpub/config.status CONFIG_STATUS_OVERRIDE+= directory/c-sdk/config.status |