diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 02:31:51 +0000 |
commit | 4b86d315caa202257c69cf3fd9c9323bbc82a872 (patch) | |
tree | 56e1e584318ae956bfb73c47dd2a669c9849cf18 /editors | |
parent | Upgrade to the first pre-release of KDE 1.1. (diff) |
Add 'ONLY_FOR_ARCHS=i386' to linux_lib dependent ports.
Notes
Notes:
svn path=/head/; revision=15902
Diffstat (limited to 'editors')
-rw-r--r-- | editors/wordperfect/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/wordperfect/Makefile b/editors/wordperfect/Makefile index dfa9950f0582..09b291a21a10 100644 --- a/editors/wordperfect/Makefile +++ b/editors/wordperfect/Makefile @@ -5,7 +5,7 @@ # msmith@freebsd.org # Relevant URLs: http://www.corel.com/ # -# $Id: Makefile,v 1.1.1.1 1998/12/20 05:23:35 msmith Exp $ +# $Id: Makefile,v 1.2 1999/01/04 16:00:06 obrien Exp $ DISTNAME= GUILG00 PKGNAME= wordperfect-8.0 @@ -17,6 +17,7 @@ MAINTAINER= msmith@freebsd.org RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib +ONLY_FOR_ARCHS= i386 NO_CDROM= "LIC: redistribution not allowed" IS_INTERACTIVE= "requires user interaction for installation" |