diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-09-12 15:50:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-09-12 15:50:15 +0000 |
commit | 7b1956a3bf40b2e49774d52f4f738c2ff5f27c25 (patch) | |
tree | e42aea5efa1fdc581df965ab2dfdb7241ba658df /sysutils/screen | |
parent | 859e9d2c8ad6e96b252427cd4ac222ccf9429dc1 (diff) | |
download | ports-7b1956a3bf40b2e49774d52f4f738c2ff5f27c25.tar.gz ports-7b1956a3bf40b2e49774d52f4f738c2ff5f27c25.zip |
Notes
Diffstat (limited to 'sysutils/screen')
-rw-r--r-- | sysutils/screen/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index fa57d1c475ae..e12c200b1000 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -26,8 +26,6 @@ OPTIONS= CJK "Treat CJK ambiguous characters as full width" OFF \ HOSTINLOCKED "Print user@host in locked message" OFF \ SHOWENC "Show encoding on the status line" OFF -NO_PACKAGE= Tends to loop using 100% CPU when used from package - perhaps it hard-codes information about the build host - .include <bsd.port.pre.mk> GNU_CONFIGURE= yes |