diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-28 11:22:32 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-28 11:22:32 +0800 |
commit | c2a849807b0684473056ebfb4e7f39b0293d4d22 (patch) | |
tree | 7b7b5419df5766c2820864f503912a6b48b1bacf /editors | |
parent | ec60cf375da4092f3e302fc086545c0314785034 (diff) | |
download | freebsd-ports-gnome-c2a849807b0684473056ebfb4e7f39b0293d4d22.tar.gz freebsd-ports-gnome-c2a849807b0684473056ebfb4e7f39b0293d4d22.tar.zst freebsd-ports-gnome-c2a849807b0684473056ebfb4e7f39b0293d4d22.zip |
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 'editors')
-rw-r--r-- | editors/staroffice60/Makefile | 5 | ||||
-rw-r--r-- | editors/staroffice70/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile index ede175f7e4b3..de1717770f20 100644 --- a/editors/staroffice60/Makefile +++ b/editors/staroffice60/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} 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} |