diff options
Diffstat (limited to 'www/mozilla-bin/Makefile.NetBSD.i386')
-rw-r--r-- | www/mozilla-bin/Makefile.NetBSD.i386 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/mozilla-bin/Makefile.NetBSD.i386 b/www/mozilla-bin/Makefile.NetBSD.i386 index 04f130503fe..7e6936b8a98 100644 --- a/www/mozilla-bin/Makefile.NetBSD.i386 +++ b/www/mozilla-bin/Makefile.NetBSD.i386 @@ -1,12 +1,15 @@ -# $NetBSD: Makefile.NetBSD.i386,v 1.3 2003/05/27 08:24:17 kei Exp $ +# $NetBSD: Makefile.NetBSD.i386,v 1.4 2003/10/19 08:27:27 grant Exp $ # +DISTNAME= mozilla-i686-pc-linux-gnu-1.4 + +PLATFORM= linux +MOZILLA_LIB= ${PREFIX}/lib/mozilla-${PLATFORM} + DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 DEPENDS+= suse_gtk>=7.3:../../emulators/${SUSE_DIR_PREFIX}_gtk CONFLICTS+= suse_libc5-[0-9]* -.include "Makefile.Linux.i386" - .include "../../emulators/suse_linux/Makefile.application" |