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 /lang/icc7 | |
parent | 91aec094d353efcbebef0920b10e6ded8348ec93 (diff) | |
download | ports-61378a37df49b4c5ddfc77fab6b4a1c9bd8b67f2.tar.gz ports-61378a37df49b4c5ddfc77fab6b4a1c9bd8b67f2.zip |
Notes
Diffstat (limited to 'lang/icc7')
-rw-r--r-- | lang/icc7/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |