diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-07-27 11:41:36 +0800 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-07-27 11:41:36 +0800 |
commit | 1ad2a58a65b6843cd7eb8f0708c0a7a64703b4cc (patch) | |
tree | 81dd6e318d1448657aebc4c9d03359850c5723c5 /www | |
parent | dde4ae24575b7539e3b783194fa32a035e1ebe79 (diff) | |
download | freebsd-ports-gnome-1ad2a58a65b6843cd7eb8f0708c0a7a64703b4cc.tar.gz freebsd-ports-gnome-1ad2a58a65b6843cd7eb8f0708c0a7a64703b4cc.tar.zst freebsd-ports-gnome-1ad2a58a65b6843cd7eb8f0708c0a7a64703b4cc.zip |
Remove duplicated entry of RUN_DEPENDS.
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-netscape47-communicator/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/www/linux-netscape47-communicator/Makefile b/www/linux-netscape47-communicator/Makefile index f53a60073d9e..350b38ba5668 100644 --- a/www/linux-netscape47-communicator/Makefile +++ b/www/linux-netscape47-communicator/Makefile @@ -7,26 +7,20 @@ # PORTNAME= linux-netscape-${BROWSER} -PORTVERSION= ${BROWSER_VER} CATEGORIES= www linux -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.73/unix/supported/linux20_glibc2/complete_install/ \ - ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.73/unix/supported/linux20_glibc2/complete_install/ \ - ftp://ftp.netscape.com/pub/communicator/english/4.73/unix/supported/linux20_glibc2/navigator_standalone/ \ - ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.73/unix/supported/linux20_glibc2/navigator_standalone/ -DISTFILES= ${BROWSER}-v473-export.x86-unknown-linuxglibc2.0.tar.gz MAINTAINER= girgen@partitur.se -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base \ - netscape:${PORTSDIR}/www/netscape-wrapper +RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 +NETSCAPE_DIST_ARCH= supported/linux22 +NETSCAPE_DIST_TAG= x86-unknown-linux2.2 + # don't overwrite the native FreeBSD port's shell script wrapper in ${PREFIX}/bin BROWSER_ARC= ${BROWSER}-linux -WRKSRC= ${WRKDIR}/${BROWSER}-v473.x86-unknown-linux2.0 - USE_LINUX_LIB= yes MAILCAP= ${.CURDIR}/../linux-netscape47-communicator/files/mailcap |