diff options
author | tron <tron@pkgsrc.org> | 2002-04-05 11:44:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-05 11:44:55 +0000 |
commit | bd9eb3d92b464c037f5e97c6480c9d02083ecaf1 (patch) | |
tree | 3d19ab55c726e23451d02a0a5fa1613fd338498c /www | |
parent | d67bd1b5697a9806ea80dc3fe5cf9ab9750a8d3d (diff) | |
download | pkgsrc-bd9eb3d92b464c037f5e97c6480c9d02083ecaf1.tar.gz |
Don't include "../../emulators/suse_linux/Makefile.application" if we
are building the "netscape" meta package.
Diffstat (limited to 'www')
-rw-r--r-- | www/navigator/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 4399bff44e8..97dffa91c3f 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.46 2002/04/05 09:33:21 tron Exp $ +# $NetBSD: Makefile.common,v 1.47 2002/04/05 11:44:55 tron Exp $ # # Common include file for communicator and navigator packages @@ -211,4 +211,6 @@ do-install: .endif +.if (${BINNAME} != "netscape") .include "../../emulators/suse_linux/Makefile.application" +.endif |