diff options
-rw-r--r-- | www/linux-mozilla-devel/Makefile | 5 | ||||
-rw-r--r-- | www/linux-mozilla/Makefile | 5 | ||||
-rw-r--r-- | www/linux-netscape6/Makefile | 7 | ||||
-rw-r--r-- | www/netscape7/Makefile | 7 |
4 files changed, 10 insertions, 14 deletions
diff --git a/www/linux-mozilla-devel/Makefile b/www/linux-mozilla-devel/Makefile index 9b983ede882f..3d1f9d14bd3b 100644 --- a/www/linux-mozilla-devel/Makefile +++ b/www/linux-mozilla-devel/Makefile @@ -31,14 +31,13 @@ PATCHFILES= linux-mozilla-${PORTVERSION}-generated-files.tar.gz MAINTAINER= trevor@FreeBSD.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS= ${LINUX_BASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \ - ${LINUX_BASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk -LINUX_BASE= /compat/linux NO_BUILD= yes NO_FILTER_SHLIBS= yes ONLY_FOR_ARCHS= i386 USE_XLIB= yes +USE_LINUX= yes WRKSRC= ${WRKDIR}/xpi INSTALL_DIR= ${PREFIX}/lib/linux-mozilla PLIST= ${WRKDIR}/pkg-plist diff --git a/www/linux-mozilla/Makefile b/www/linux-mozilla/Makefile index 9b983ede882f..3d1f9d14bd3b 100644 --- a/www/linux-mozilla/Makefile +++ b/www/linux-mozilla/Makefile @@ -31,14 +31,13 @@ PATCHFILES= linux-mozilla-${PORTVERSION}-generated-files.tar.gz MAINTAINER= trevor@FreeBSD.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS= ${LINUX_BASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \ - ${LINUX_BASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk -LINUX_BASE= /compat/linux NO_BUILD= yes NO_FILTER_SHLIBS= yes ONLY_FOR_ARCHS= i386 USE_XLIB= yes +USE_LINUX= yes WRKSRC= ${WRKDIR}/xpi INSTALL_DIR= ${PREFIX}/lib/linux-mozilla PLIST= ${WRKDIR}/pkg-plist diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile index 60d041b45078..cbbeb852219e 100644 --- a/www/linux-netscape6/Makefile +++ b/www/linux-netscape6/Makefile @@ -66,18 +66,17 @@ PATCHFILES= linux-netscape6-${PORTVERSION}-generated-files.tar.gz MAINTAINER= trevor@FreeBSD.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS= ${LINUX_BASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \ - ${LINUX_BASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk \ - ${LINUX_BASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk \ + ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg LATEST_LINK= linux-netscape6 -LINUX_BASE= /compat/linux NO_BUILD= yes NO_FILTER_SHLIBS= yes ONLY_FOR_ARCHS= i386 RESTRICTED= "License for Java plugin allows internal use only. Also see license for Netscape itself." NO_PACKAGE= ${RESTRICTED} NO_CDROM= ${RESTRICTED} +USE_LINUX= yes USE_XLIB= yes WRKSRC= ${WRKDIR}/netscape-installer/xpi INSTALL_DIR= ${PREFIX}/lib/linux-netscape6 diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index 60d041b45078..cbbeb852219e 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -66,18 +66,17 @@ PATCHFILES= linux-netscape6-${PORTVERSION}-generated-files.tar.gz MAINTAINER= trevor@FreeBSD.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS= ${LINUX_BASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base \ - ${LINUX_BASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk \ - ${LINUX_BASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk \ + ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg LATEST_LINK= linux-netscape6 -LINUX_BASE= /compat/linux NO_BUILD= yes NO_FILTER_SHLIBS= yes ONLY_FOR_ARCHS= i386 RESTRICTED= "License for Java plugin allows internal use only. Also see license for Netscape itself." NO_PACKAGE= ${RESTRICTED} NO_CDROM= ${RESTRICTED} +USE_LINUX= yes USE_XLIB= yes WRKSRC= ${WRKDIR}/netscape-installer/xpi INSTALL_DIR= ${PREFIX}/lib/linux-netscape6 |