diff options
author | linimon <linimon@FreeBSD.org> | 2009-09-12 23:50:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-09-12 23:50:15 +0800 |
commit | ef4aa40094b43d9550aa09c22773c15c66ef290e (patch) | |
tree | f82a388522555c9a1cc3ddbec360f44dd37c7ea6 /sysutils | |
parent | fa1b905a35f5d3665277471044cdd9e6e48e413e (diff) | |
download | freebsd-ports-gnome-ef4aa40094b43d9550aa09c22773c15c66ef290e.tar.gz freebsd-ports-gnome-ef4aa40094b43d9550aa09c22773c15c66ef290e.tar.zst freebsd-ports-gnome-ef4aa40094b43d9550aa09c22773c15c66ef290e.zip |
Remove the NO_PACKAGE. Recent testing suggests the problem may have
been fixed in the 5.x timeframe.
Tested by: trasz
Hat: portmgr
Diffstat (limited to 'sysutils')
-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 |