diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-20 16:03:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-20 16:03:21 +0000 |
commit | e43d4c7d1342faa8b19d3f9818dd9d451fdb1b57 (patch) | |
tree | dccaf26050050dde67c8d1545e33236e28a02baa /devel/stlport-icc | |
parent | 30e912783cbb61033343763a0177f2e0c4ae1a84 (diff) | |
download | ports-e43d4c7d1342faa8b19d3f9818dd9d451fdb1b57.tar.gz ports-e43d4c7d1342faa8b19d3f9818dd9d451fdb1b57.zip |
Notes
Diffstat (limited to 'devel/stlport-icc')
-rw-r--r-- | devel/stlport-icc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/stlport-icc/Makefile b/devel/stlport-icc/Makefile index b5c19fd73f26..2e3ddcdb920b 100644 --- a/devel/stlport-icc/Makefile +++ b/devel/stlport-icc/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ PORTNAME= ${MASTERPORTNAME} -PORTREVISION= 3 +PORTREVISION= 0 MAINTAINER= netchild@FreeBSD.org COMMENT= Adaptation of SGI's Standard Template Library for ICC BUILD_DEPENDS= icc:${PORTSDIR}/lang/icc icpc:${PORTSDIR}/lang/icc +IGNORE= does not work with stlport 4.6.2 + ONLY_FOR_ARCHS= i386 NO_PACKAGE= Software compiled with icc may not be redistributed without a purchased license |