diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-28 03:22:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-28 03:22:32 +0000 |
commit | 61378a37df49b4c5ddfc77fab6b4a1c9bd8b67f2 (patch) | |
tree | d0cf3e13899a29ea2deb82fd03747b33ecc3864f /editors/staroffice70 | |
parent | 91aec094d353efcbebef0920b10e6ded8348ec93 (diff) | |
download | ports-61378a37df49b4c5ddfc77fab6b4a1c9bd8b67f2.tar.gz ports-61378a37df49b4c5ddfc77fab6b4a1c9bd8b67f2.zip |
Notes
Diffstat (limited to 'editors/staroffice70')
-rw-r--r-- | editors/staroffice70/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile index ede175f7e4b3..de1717770f20 100644 --- a/editors/staroffice70/Makefile +++ b/editors/staroffice70/Makefile @@ -17,11 +17,10 @@ DISTFILES+= soa-6_0-ga-bin-linux-en.bin MAINTAINER= mbr@FreeBSD.org -FETCH_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1.0:${PORTSDIR}/emulators/linux_base-7 -BUILD_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1.0:${PORTSDIR}/emulators/linux_base-7 - ONLY_FOR_ARCHS= i386 NO_CDROM= 'Must be downloaded direct from Sun via www interface' + +USE_LINUX= yes IS_INTERACTIVE= yes NO_BUILD= yes SOVERSION= ${PORTNAME}${PORTVERSION} |