diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 17:34:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 17:34:12 +0000 |
commit | 51d481bd218acb60d67819e51deef0775259f7ef (patch) | |
tree | 86964597d3628177d8c3fb520809643e2d00e1cd /lang | |
parent | 8960f229fb0b9a7bbc80f68d13a5ee04537d4eea (diff) | |
download | ports-51d481bd218acb60d67819e51deef0775259f7ef.tar.gz ports-51d481bd218acb60d67819e51deef0775259f7ef.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/icc/Makefile | 2 | ||||
-rw-r--r-- | lang/icc7/Makefile | 2 | ||||
-rw-r--r-- | lang/ifc/Makefile | 2 | ||||
-rw-r--r-- | lang/ifc7/Makefile | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index 880be30e50f8..656b6748a609 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -24,8 +24,6 @@ PATCH_DEPENDS= ${LINUX_BASE_PORT} EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio RESTRICTED= Intel forbids any redistribution -NO_PACKAGE= ${RESTRICTED} -NO_CDROM= ${RESTRICTED} ONLY_FOR_ARCHS= i386 CONFLICTS= linux_devtools* diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile index 794eb3fe585d..a2fb7a153574 100644 --- a/lang/icc7/Makefile +++ b/lang/icc7/Makefile @@ -19,8 +19,6 @@ COMMENT= Intels C/C++ compiler, set up to produce native FreeBSD binaries EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio RESTRICTED= Intel forbids any redistribution -NO_PACKAGE= ${RESTRICTED} -NO_CDROM= ${RESTRICTED} ONLY_FOR_ARCHS= i386 CONFLICTS= linux_devtools* ifc* diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index b509c562dd65..8a2ffb6b72b4 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -24,8 +24,6 @@ PATCH_DEPENDS= ${LINUX_BASE_PORT} EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio RESTRICTED= "Intel forbids any redistribution" -NO_PACKAGE= "${RESTRICTED}" -NO_CDROM= "${RESTRICTED}" ONLY_FOR_ARCHS= i386 CONFLICTS= linux_devtools* diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile index 07a38c1a7ba5..8bcba1dbe24d 100644 --- a/lang/ifc7/Makefile +++ b/lang/ifc7/Makefile @@ -19,8 +19,6 @@ COMMENT= Intel's Fortran compiler, set up to produce native FreeBSD objects EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio RESTRICTED= Intel forbids any redistribution -NO_PACKAGE= ${RESTRICTED} -NO_CDROM= ${RESTRICTED} ONLY_FOR_ARCHS= i386 |