diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 11:49:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 11:49:31 +0000 |
commit | b6b31a8640cb8d875b24edd99b181212dee20877 (patch) | |
tree | 33ab43845747e82ae9ef64b8d06162075f420230 /devel | |
parent | Add missing dependencies (diff) |
Add back NO_PACKAGE with a description of the real reason that packages
may not be distributed (distributing code created using icc requires
a purchased license).
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Notes
Notes:
svn path=/head/; revision=86047
Diffstat (limited to 'devel')
-rw-r--r-- | devel/stlport-icc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/stlport-icc/Makefile b/devel/stlport-icc/Makefile index 8f2643688ef4..b16e3248ae02 100644 --- a/devel/stlport-icc/Makefile +++ b/devel/stlport-icc/Makefile @@ -13,6 +13,8 @@ BUILD_DEPENDS= icc:${PORTSDIR}/lang/icc ONLY_FOR_ARCHS= i386 +NO_PACKAGE= Software compiled with icc may not be redistributed without a purchased license + MASTERDIR= ${.CURDIR}/../stlport COMPILER= icc |