diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-30 03:07:10 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-30 03:07:10 +0800 |
commit | 8cae3e3051a463b8f36d4c8ea7726a9dd07392fa (patch) | |
tree | 17876ed12111d1cd6fc38c79f52a1a12c13a6f14 /editors | |
parent | a84b639c096a14b5ea50f355de2cd9dfbed14fac (diff) | |
download | freebsd-ports-gnome-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.tar.gz freebsd-ports-gnome-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.tar.zst freebsd-ports-gnome-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.zip |
USE_LINUX rather than explicitly listing the dependency.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/staroffice5/Makefile | 3 | ||||
-rw-r--r-- | editors/wordperfect/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/staroffice5/Makefile b/editors/staroffice5/Makefile index 50435724976a..1f9ade41a406 100644 --- a/editors/staroffice5/Makefile +++ b/editors/staroffice5/Makefile @@ -17,10 +17,11 @@ DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so MAINTAINER= mb@imp.ch BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 NO_CDROM= 'Must be downloaded direct from Sun via www interface' + +USE_LINUX= yes IS_INTERACTIVE= yes EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_CMD= ${CAT} diff --git a/editors/wordperfect/Makefile b/editors/wordperfect/Makefile index 520256ea0f34..479d9c766503 100644 --- a/editors/wordperfect/Makefile +++ b/editors/wordperfect/Makefile @@ -15,13 +15,12 @@ EXTRACT_SUFX= .GZ MAINTAINER= msmith@freebsd.org -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base - ONLY_FOR_ARCHS= i386 NO_CDROM= "LIC: redistribution not allowed" IS_INTERACTIVE= "requires user interaction for installation" +USE_LINUX= yes NO_WRKSUBDIR= yes NO_BUILD= yes |