diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-28 03:22:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-28 03:22:32 +0000 |
commit | c2a849807b0684473056ebfb4e7f39b0293d4d22 (patch) | |
tree | 7b7b5419df5766c2820864f503912a6b48b1bacf /german/staroffice70 | |
parent | ec60cf375da4092f3e302fc086545c0314785034 (diff) | |
download | FreeBSD-ports-c2a849807b0684473056ebfb4e7f39b0293d4d22.zip FreeBSD-ports-c2a849807b0684473056ebfb4e7f39b0293d4d22.tar.gz |
Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7.
Diffstat (limited to 'german/staroffice70')
-rw-r--r-- | german/staroffice70/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile index ede175f..de17177 100644 --- a/german/staroffice70/Makefile +++ b/german/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} |