diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-11-28 01:33:09 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-11-28 01:33:09 +0000 |
commit | e85654e50ea769dadc3b71b2fa533dc8bf437df6 (patch) | |
tree | e3306b7c41047a937e5ca71f7b08046f8b6c6ecd /games/linux-x-plane | |
parent | 74c0394a91e61f97c11af46f97d76deb543404ad (diff) | |
download | FreeBSD-ports-e85654e50ea769dadc3b71b2fa533dc8bf437df6.zip FreeBSD-ports-e85654e50ea769dadc3b71b2fa533dc8bf437df6.tar.gz |
Set NO_PACKAGE, since the distfile is too huge for pointyhat.
Obtained from: kris
Diffstat (limited to 'games/linux-x-plane')
-rw-r--r-- | games/linux-x-plane/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/linux-x-plane/Makefile b/games/linux-x-plane/Makefile index a9829d4..721ccbd 100644 --- a/games/linux-x-plane/Makefile +++ b/games/linux-x-plane/Makefile @@ -25,6 +25,7 @@ USE_BZIP2= yes USE_LINUX= yes NO_BUILD= yes RESTRICTED= "Redistribution prohibited" +NO_PACKAGE= "Package will be 353 MB, set FORCE_PACKAGE if you really want to build it" ONLY_FOR_ARCHS= i386 XPVERSION= ${PORTVERSION:S|.||g} |