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 /lang | |
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 'lang')
-rw-r--r-- | lang/icc/Makefile | 3 | ||||
-rw-r--r-- | lang/icc7/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index c7d6117a8d95..8d3590f98cca 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -16,7 +16,6 @@ EXTRACT_SUFX= .tar MAINTAINER= netchild@FreeBSD.org BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio -RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.2.2.so:${PORTSDIR}/emulators/linux_base-7 RESTRICTED= Intel forbids any redistribution NO_PACKAGE= ${RESTRICTED} @@ -24,7 +23,7 @@ NO_CDROM= ${RESTRICTED} ONLY_FOR_ARCHS= i386 -#USE_LINUX= yes +USE_LINUX= yes NO_WRKSUBDIR= yes NO_BUILD= yes NO_FILTER_SHLIBS= yes diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile index c7d6117a8d95..8d3590f98cca 100644 --- a/lang/icc7/Makefile +++ b/lang/icc7/Makefile @@ -16,7 +16,6 @@ EXTRACT_SUFX= .tar MAINTAINER= netchild@FreeBSD.org BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio -RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.2.2.so:${PORTSDIR}/emulators/linux_base-7 RESTRICTED= Intel forbids any redistribution NO_PACKAGE= ${RESTRICTED} @@ -24,7 +23,7 @@ NO_CDROM= ${RESTRICTED} ONLY_FOR_ARCHS= i386 -#USE_LINUX= yes +USE_LINUX= yes NO_WRKSUBDIR= yes NO_BUILD= yes NO_FILTER_SHLIBS= yes |