diff options
author | grant <grant@pkgsrc.org> | 2004-01-08 04:47:10 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-08 04:47:10 +0000 |
commit | 6c7507c0e3129a24b87a8ba5a3bd9ff4ee18745f (patch) | |
tree | cb705d810a8d926764b00a7c57efa728d557fce0 | |
parent | d76915cbed937e26966ad6bc66220e886e4dd767 (diff) | |
download | pkgsrc-6c7507c0e3129a24b87a8ba5a3bd9ff4ee18745f.tar.gz |
the firebird package already depends on suse_* if necessary, so no
need to depend on them here.
fixes installation problem on Linux.
-rw-r--r-- | www/MozillaFirebird-bin-flash/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/MozillaFirebird-bin-flash/Makefile b/www/MozillaFirebird-bin-flash/Makefile index 76e4f46a061..b5c4fe9cd69 100644 --- a/www/MozillaFirebird-bin-flash/Makefile +++ b/www/MozillaFirebird-bin-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/09/27 14:13:08 grant Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/08 04:47:10 grant Exp $ DISTNAME= install_flash_player_6_${DISTUNAME} PKGNAME= MozillaFirebird-bin-flash-${FLASH_VERS:S/r/./} @@ -18,8 +18,6 @@ DIST_SUBDIR= flash/${FLASH_VERS} SUB= english/${DISTUNAME}/${FLASH_VERS} FLASH_VERS= 6.0r79 -DEPENDS+= suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat -DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11 DEPENDS+= MozillaFirebird-bin>=0.6.1:../../www/MozillaFirebird-bin DISTUNAME= linux WRKNAME= install_flash_player_6_${DISTUNAME} |