diff options
author | trevor <trevor@FreeBSD.org> | 2002-01-20 13:35:01 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-01-20 13:35:01 +0800 |
commit | 8b455944271a9e791f3436b7eb5360922aa0354f (patch) | |
tree | 2813dade7d94d627eaf57386905b35ea6ca3c407 /www/linux-mozilla | |
parent | 64fc00a5d93b6f77cbb85930846c1a2987757e48 (diff) | |
download | freebsd-ports-gnome-8b455944271a9e791f3436b7eb5360922aa0354f.tar.gz freebsd-ports-gnome-8b455944271a9e791f3436b7eb5360922aa0354f.tar.zst freebsd-ports-gnome-8b455944271a9e791f3436b7eb5360922aa0354f.zip |
Tidy up dependencies by using LINUXBASE and USE_LINUX macros.
Submitted by: pat
Diffstat (limited to 'www/linux-mozilla')
-rw-r--r-- | www/linux-mozilla/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |