Correct the dependency on unzip: it was being ignored, probably
because it was listed as a BUILD_DEPENDS but the ports are marked NO_BUILD.
This commit is contained in:
parent
b4691fda76
commit
23c3564413
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81692
3 changed files with 3 additions and 3 deletions
|
@ -22,13 +22,13 @@ PATCHFILES= linux-mozilla-${PORTVERSION}b-generated-files.tar.gz
|
|||
MAINTAINER= trevor@FreeBSD.org
|
||||
COMMENT=Browser, HTML editor, MUA and newsreader for use with Linux plugins
|
||||
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USE_XLIB= yes
|
||||
USE_ZIP= yes
|
||||
USE_LINUX= yes
|
||||
WRKSRC= ${WRKDIR}/xpi
|
||||
INSTALL_DIR= ${PREFIX}/lib/linux-mozilla
|
||||
|
|
|
@ -22,13 +22,13 @@ PATCHFILES= linux-mozilla-${PORTVERSION}b-generated-files.tar.gz
|
|||
MAINTAINER= trevor@FreeBSD.org
|
||||
COMMENT=Browser, HTML editor, MUA and newsreader for use with Linux plugins
|
||||
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USE_XLIB= yes
|
||||
USE_ZIP= yes
|
||||
USE_LINUX= yes
|
||||
WRKSRC= ${WRKDIR}/xpi
|
||||
INSTALL_DIR= ${PREFIX}/lib/linux-mozilla
|
||||
|
|
|
@ -22,7 +22,6 @@ COMMENT= Linux Netscape suite
|
|||
|
||||
FORBIDDEN= "security bug--see <URL:http://wp.netscape.com/eng/mozilla/ns7/relnotes/7.html\#psm> and <URL:http://www.xwt.org/sop.txt>"
|
||||
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
|
||||
|
||||
LATEST_LINK= linux-${MAJ}
|
||||
|
@ -35,6 +34,7 @@ RESTRICTED= "License for Java plugin allows internal use only. Also see license
|
|||
NO_CDROM= ${RESTRICTED}
|
||||
USE_LINUX= yes
|
||||
USE_XLIB= yes
|
||||
USE_ZIP= yes
|
||||
VER?= ${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/netscape-installer/xpi
|
||||
INSTALL_DIR= lib/linux-${MAJ}-${NETSCAPE_LANG}
|
||||
|
|
Loading…
Reference in a new issue